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 @@ -534,7 +534,7 @@ Using OpenStack
534
534
535
535
.. code-block :: console
536
536
537
- pip install python3 -openstackclient
537
+ pip install python -openstackclient
538
538
539
539
#. OpenStack requires an openrc file where credentials for admin user
540
540
are set. To generate this file:
@@ -557,8 +557,15 @@ Using OpenStack
557
557
#. Depending on how you installed Kolla Ansible, there is a script that will
558
558
create example networks, images, and so on.
559
559
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:
562
569
563
570
.. code-block :: console
564
571
You can’t perform that action at this time.
0 commit comments