Skip to content

Commit 336d967

Browse files
author
Matthew Fisher
committed
bash script should source rackspacerc
1 parent 7df9fcb commit 336d967

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/rackspace/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Provision a Deis Controller on Rackspace
1919
$ cat <<'EOF' >> $HOME/.bash_profile
2020
export RACKSPACE_USERNAME=<your_rackspace_username>
2121
export RACKSPACE_API_KEY=<your_rackspace_api_key>
22+
source $HOME/.rackspacerc
2223
EOF
2324
$ cat <<'EOF' > $HOME/.rackspacerc
2425
export OS_AUTH_URL="https://identity.api.rackspacecloud.com/v2.0/"

0 commit comments

Comments
 (0)