Skip to content

Commit 11451cc

Browse files
adrianandreiasmarkgoddard
authored andcommitted
docs: Fix python-openstackclient package name and init-runonce path
Related-Bug: #1949198 Change-Id: I2bd1a3674f8dd254b55634903a4c046293557e18 Signed-off-by: Adrian Andreias <[email protected]> (cherry picked from commit 6f0783f)
1 parent f8fddd4 commit 11451cc

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
@@ -544,7 +544,7 @@ Using OpenStack
544544

545545
.. code-block:: console
546546
547-
pip install python3-openstackclient
547+
pip install python-openstackclient
548548
549549
#. OpenStack requires an openrc file where credentials for admin user
550550
are set. To generate this file:
@@ -567,8 +567,15 @@ Using OpenStack
567567
#. Depending on how you installed Kolla-Ansible, there is a script that will
568568
create example networks, images, and so on.
569569

570-
* For deployment or evaluation,
571-
run ``init-runonce`` script:
570+
* For deployment or evaluation, run ``init-runonce`` script.
571+
572+
If using a virtual environment:
573+
574+
.. code-block:: console
575+
576+
/path/to/venv/share/kolla-ansible/init-runonce
577+
578+
If not using a virtual environment:
572579

573580
.. code-block:: console
574581

0 commit comments

Comments
 (0)