We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e13c1 commit 73de555Copy full SHA for 73de555
README.rst
@@ -154,9 +154,8 @@ Export environment variables to use the correct cloud and provide a password (yo
154
155
.. code-block:: console
156
157
- export OS_CLOUD=sms-lab
158
- read -p OS_PASSWORD -s OS_PASSWORD
159
- export OS_PASSWORD
+ export OS_CLOUD=openstack
+ export OS_CLOUD_CONFIG_FILE=<path>/<to>/clouds.yml
160
161
Or you can source the provided `init.sh` script which shall initialise terraform and export two variables.
162
`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