You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,12 @@ supported.
133
133
134
134
ssh-keygen -t rsa -f id_rsa -N ''
135
135
136
-
Create an OpenStack clouds.yaml file with your credentials to access an
136
+
Create an OpenStack clouds.yml file with your credentials to access an
137
137
OpenStack cloud. Alternatively, download and source an openrc file from Horizon.
138
138
139
139
.. code-block:: console
140
140
141
-
cat << EOF > clouds.yaml
141
+
cat << EOF > clouds.yml
142
142
---
143
143
clouds:
144
144
openstack:
@@ -181,7 +181,7 @@ Or you can source the provided `init.sh` script which shall initialise terraform
181
181
If you ever set or change modules or backend configuration for Terraform,
182
182
rerun this command to reinitialize your working directory. If you forget, other
183
183
commands will detect it and remind you to do so if necessary.
184
-
OpenStack Cloud Name: sms-lab
184
+
OpenStack Cloud Name: openstack
185
185
Password:
186
186
187
187
You must ensure that you have `Ansible installed <https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html>`_ on your local machine.
0 commit comments