Skip to content

Commit 3ffc956

Browse files
committed
fix some inconstancies within the rackspace contrib instructions
1 parent cdd6319 commit 3ffc956

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

contrib/rackspace/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Provision a Deis Controller on Rackspace
4444
...
4545
```
4646

47-
1. Create a new image from the `deis-prepare-image` server named `deis-base-image`.
47+
1. Create a new image from the `deis-prepare-image` server named `deis-node-image`.
4848
1. In the server list in the Control Panel click the action cog for `deis-prepare-image`
49-
1. Select "Create New Image" name that image `deis-base-image`
49+
1. Select "Create New Image" name that image `deis-node-image`
5050
1. (optionally) Distribute the image to other regions
5151
1. (optionally) Create/update your Deis flavors to use your new images
5252

contrib/rackspace/provision-rackspace-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ knife rackspace server create \
9393
set +x
9494

9595
# Need Chef admin permission in order to add and remove nodes and clients
96-
echo -e "\033[35mPlease ensure that \"deis-controller\" is added to the Chef \"admins\" group.\033[0m"
96+
echo -e "\033[35mPlease ensure that \"$node_name\" is added to the Chef \"admins\" group.\033[0m"

0 commit comments

Comments
 (0)