Merge "Add doc fix for all-in-one in venv"

This commit is contained in:
Zuul 2022-04-22 13:31:11 +00:00 committed by Gerrit Code Review
commit d1e57fedea

@ -202,6 +202,13 @@ Install Kolla-ansible for deployment or evaluation
cp /path/to/venv/share/kolla-ansible/ansible/inventory/* .
For ``all-in-one`` scenario in virtual environment add the following
to the very beginning of the inventory:
.. code-block:: console
localhost ansible_python_interpreter=python
If not using a virtual environment, run:
.. code-block:: console