Merge "Fix quickstart for virtual environments"
This commit is contained in:
commit
41e634e204
@ -170,13 +170,19 @@ Install Kolla-ansible for deployment or evaluation
|
||||
|
||||
#. Copy ``globals.yml`` and ``passwords.yml`` to ``/etc/kolla`` directory.
|
||||
|
||||
For CentOS, run:
|
||||
If using a virtual environment:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
cp -r /path/to/virtualenv/share/kolla-ansible/etc_examples/kolla/* /etc/kolla
|
||||
|
||||
If not using a virtual environment on CentOS, run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
cp -r /usr/share/kolla-ansible/etc_examples/kolla/* /etc/kolla
|
||||
|
||||
For Ubuntu, run:
|
||||
If not using a virtual environment on Ubuntu, run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
@ -185,13 +191,19 @@ Install Kolla-ansible for deployment or evaluation
|
||||
#. Copy ``all-in-one`` and ``multinode`` inventory files to
|
||||
the current directory.
|
||||
|
||||
For CentOS, run:
|
||||
If using a virtual environment:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
cp /path/to/virtualenv/share/kolla-ansible/ansible/inventory/* .
|
||||
|
||||
If not using a virtual environment on CentOS, run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
cp /usr/share/kolla-ansible/ansible/inventory/* .
|
||||
|
||||
For Ubuntu, run:
|
||||
If not using a virtual environment on Ubuntu, run:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user