Skip to content
Snippets Groups Projects
Commit d707c0a5 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "docs: Fix python-openstackclient package name and init-runonce path"

parents ad506581 6f0783ff
No related branches found
No related tags found
No related merge requests found
...@@ -539,7 +539,7 @@ Using OpenStack ...@@ -539,7 +539,7 @@ Using OpenStack
.. code-block:: console .. code-block:: console
pip install python3-openstackclient pip install python-openstackclient
#. OpenStack requires an openrc file where credentials for admin user #. OpenStack requires an openrc file where credentials for admin user
are set. To generate this file: are set. To generate this file:
...@@ -562,8 +562,15 @@ Using OpenStack ...@@ -562,8 +562,15 @@ Using OpenStack
#. Depending on how you installed Kolla Ansible, there is a script that will #. Depending on how you installed Kolla Ansible, there is a script that will
create example networks, images, and so on. create example networks, images, and so on.
* For deployment or evaluation, * For deployment or evaluation, run ``init-runonce`` script.
run ``init-runonce`` script:
If using a virtual environment:
.. code-block:: console
/path/to/venv/share/share/kolla-ansible/init-runonce
If not using a virtual environment:
.. code-block:: console .. code-block:: console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment