Skip to content

Commit 73de555

Browse files
authored
Update auth instructions
1 parent 71e13c1 commit 73de555

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ Export environment variables to use the correct cloud and provide a password (yo
154154

155155
.. code-block:: console
156156
157-
export OS_CLOUD=sms-lab
158-
read -p OS_PASSWORD -s OS_PASSWORD
159-
export OS_PASSWORD
157+
export OS_CLOUD=openstack
158+
export OS_CLOUD_CONFIG_FILE=<path>/<to>/clouds.yml
160159
161160
Or you can source the provided `init.sh` script which shall initialise terraform and export two variables.
162161
`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).

0 commit comments

Comments
 (0)