Merge "docs: stop installing kolla in quickstart"
This commit is contained in:
commit
724a279b8c
@ -206,11 +206,10 @@ see `Kolla Ansible release notes
|
||||
Install Kolla for development
|
||||
-----------------------------
|
||||
|
||||
#. Clone ``kolla`` and ``kolla-ansible`` repositories from git.
|
||||
#. Clone ``kolla-ansible`` repository from git.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
git clone --branch |KOLLA_BRANCH_NAME| https://opendev.org/openstack/kolla
|
||||
git clone --branch |KOLLA_BRANCH_NAME| https://opendev.org/openstack/kolla-ansible
|
||||
|
||||
#. Install requirements of ``kolla`` and ``kolla-ansible``:
|
||||
@ -219,14 +218,12 @@ Install Kolla for development
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
pip install ./kolla
|
||||
pip install ./kolla-ansible
|
||||
|
||||
If not using a virtual environment:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo pip3 install ./kolla
|
||||
sudo pip3 install ./kolla-ansible
|
||||
|
||||
#. Create the ``/etc/kolla`` directory.
|
||||
|
Loading…
Reference in New Issue
Block a user