Merge "Update using openstack section of quickstart"

This commit is contained in:
Zuul 2018-07-05 02:59:58 +00:00 committed by Gerrit Code Review
commit b44bade5f3

View File

@ -502,8 +502,18 @@ If error occurs during execution, refer to
Using OpenStack Using OpenStack
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
OpenStack requires an openrc file where credentials for admin user etc are set. #. Install basic OpenStack CLI clients:
To generate this file run
.. code-block:: console
pip install python-openstackclient python-glanceclient python-neutronclient
.. end
#. OpenStack requires an openrc file where credentials for admin user
are set. To generate this file:
* For deployment or evaluation, run:
.. code-block:: console .. code-block:: console
@ -512,18 +522,21 @@ To generate this file run
.. end .. end
Install basic OpenStack CLI clients: * For development, run:
.. code-block:: console .. code-block:: console
pip install python-openstackclient python-glanceclient python-neutronclient cd kolla-ansible/tools
./kolla-ansible post-deploy
. /etc/kolla/admin-openrc.sh
.. end .. end
Depending on how you installed Kolla-Ansible, there is script that will create #. Depending on how you installed Kolla-Ansible, there is a script that will
example networks, images, and so on. create example networks, images, and so on.
For pip install and CentOS host: * For deployment or evaluation,
run ``init-runonce`` script on CentOS:
.. code-block:: console .. code-block:: console
@ -531,7 +544,7 @@ For pip install and CentOS host:
.. end .. end
For pip install and Ubuntu host: Run ``init-runonce`` script on Ubuntu:
.. code-block:: console .. code-block:: console
@ -539,7 +552,7 @@ For pip install and Ubuntu host:
.. end .. end
For git pulled source: * For development, run:
.. code-block:: console .. code-block:: console