Skip to content

Commit 4365b7d

Browse files
authored
Merge pull request #24 from stackhpc/update/readme
Update README
2 parents 63acca0 + 4daa624 commit 4365b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Generate an SSH keypair:
4343
ssh-keygen -f id_rsa -N ''
4444
4545
Create an OpenStack clouds.yaml file with your credentials to access an
46-
OpenStack cloud. Alternatively, download one from Horizon.
46+
OpenStack cloud. Alternatively, download and source an openrc file from Horizon.
4747

4848
.. code-block:: console
4949
@@ -59,7 +59,7 @@ OpenStack cloud. Alternatively, download one from Horizon.
5959
interface: public
6060
EOF
6161
62-
Export environment variables to use the correct cloud and provide a password:
62+
Export environment variables to use the correct cloud and provide a password (you shouldn't do this if you have sourced the openrc file):
6363

6464
.. code-block:: console
6565
@@ -68,7 +68,7 @@ Export environment variables to use the correct cloud and provide a password:
6868
export OS_PASSWORD
6969
7070
Or you can source the provided `init.sh` script which shall initialise terraform and export two variables.
71-
`OS_CLOUD` is a variable which is used by Terraform and must match an entry within `clouds.yml`.
71+
`OS_CLOUD` is a variable which is used by Terraform and must match an entry within `clouds.yml` (Not needed if you have sourced the openrc file).
7272
`OS_PASSWORD` is the password used to authenticate when signing into OpenStack.
7373

7474
.. code-block:: console

0 commit comments

Comments
 (0)