File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ Using OpenStack
544
544
545
545
.. code-block :: console
546
546
547
- pip install python3 -openstackclient
547
+ pip install python -openstackclient
548
548
549
549
#. OpenStack requires an openrc file where credentials for admin user
550
550
are set. To generate this file:
@@ -567,8 +567,15 @@ Using OpenStack
567
567
#. Depending on how you installed Kolla-Ansible, there is a script that will
568
568
create example networks, images, and so on.
569
569
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:
572
579
573
580
.. code-block :: console
574
581
You can’t perform that action at this time.
0 commit comments