Skip to content

Commit c80e021

Browse files
committed
docs: stop installing kolla in quickstart
We don't need kolla to use kolla-ansible, and installing it makes the start less quick. Change-Id: I81d2dae0f8f4d0d4c6e359e1d7d954d6e190b742 (cherry picked from commit c966bcf)
1 parent 583b6f2 commit c80e021

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/source/user/quickstart.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,10 @@ Install Kolla-ansible for deployment or evaluation
202202
Install Kolla for development
203203
-----------------------------
204204

205-
#. Clone ``kolla`` and ``kolla-ansible`` repositories from git.
205+
#. Clone ``kolla-ansible`` repository from git.
206206

207207
.. code-block:: console
208208
209-
git clone --branch |KOLLA_BRANCH_NAME| https://opendev.org/openstack/kolla
210209
git clone --branch |KOLLA_BRANCH_NAME| https://opendev.org/openstack/kolla-ansible
211210
212211
#. Install requirements of ``kolla`` and ``kolla-ansible``:
@@ -215,14 +214,12 @@ Install Kolla for development
215214

216215
.. code-block:: console
217216
218-
pip install ./kolla
219217
pip install ./kolla-ansible
220218
221219
If not using a virtual environment:
222220

223221
.. code-block:: console
224222
225-
sudo pip3 install ./kolla
226223
sudo pip3 install ./kolla-ansible
227224
228225
#. Create the ``/etc/kolla`` directory.

0 commit comments

Comments
 (0)