Skip to content

Commit 9f8d910

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "docs: Fix python-openstackclient package name and init-runonce path" into stable/wallaby
2 parents 951a25f + c6a04b0 commit 9f8d910

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

doc/source/user/quickstart.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ Using OpenStack
534534

535535
.. code-block:: console
536536
537-
pip install python3-openstackclient
537+
pip install python-openstackclient
538538
539539
#. OpenStack requires an openrc file where credentials for admin user
540540
are set. To generate this file:
@@ -557,8 +557,15 @@ Using OpenStack
557557
#. Depending on how you installed Kolla Ansible, there is a script that will
558558
create example networks, images, and so on.
559559

560-
* For deployment or evaluation,
561-
run ``init-runonce`` script:
560+
* For deployment or evaluation, run ``init-runonce`` script.
561+
562+
If using a virtual environment:
563+
564+
.. code-block:: console
565+
566+
/path/to/venv/share/kolla-ansible/init-runonce
567+
568+
If not using a virtual environment:
562569

563570
.. code-block:: console
564571

0 commit comments

Comments
 (0)