File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments