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
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,12 +201,13 @@ Finally run the ansible playbooks.
201
201
You may need to run `fix-homedir-ownership.yml` if you are using an image that has `ansible_user` not owning their own home folder.
202
202
You may also need to run `grow-control-host.yml` if you are using LVM images and the LVMs are too small to install Ansible.
203
203
If not you can skip those playbook and proceed onto `deploy-openstack-config` which shall configure your Ansible control host in preparation for deployment.
204
-
Be sure to replace `ansible_user` with the user you are using to connect to the Ansible control host.
This script will go through the process of performing the following tasks
@@ -231,6 +232,23 @@ This script will go through the process of performing the following tasks
231
232
* openstack configuration
232
233
* tempest testing
233
234
235
+
Accessing OpenStack
236
+
-------------------
237
+
238
+
After a successful deployment of OpenStack you make access the OpenStack API and Horizon by proxying your connection via the seed node, as it has an interface on the public network (192.168.39.X).
239
+
Using software such as sshuttle will allow for easy access.
0 commit comments