Skip to content

Commit 92ba304

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "docs: Fix python-openstackclient package name and init-runonce path" into stable/victoria
2 parents 4305edb + 11451cc commit 92ba304

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)