Merge "docs: Fix python-openstackclient package name and init-runonce path" into stable/xena

This commit is contained in:
Zuul 2021-11-11 11:57:07 +00:00 committed by Gerrit Code Review
commit f4c5b28822
1 changed files with 10 additions and 3 deletions

View File

@ -535,7 +535,7 @@ Using OpenStack
.. code-block:: console
pip install python3-openstackclient
pip install python-openstackclient
#. OpenStack requires an openrc file where credentials for admin user
are set. To generate this file:
@ -558,8 +558,15 @@ Using OpenStack
#. Depending on how you installed Kolla Ansible, there is a script that will
create example networks, images, and so on.
* For deployment or evaluation,
run ``init-runonce`` script:
* For deployment or evaluation, run ``init-runonce`` script.
If using a virtual environment:
.. code-block:: console
/path/to/venv/share/kolla-ansible/init-runonce
If not using a virtual environment:
.. code-block:: console