Skip to content
Snippets Groups Projects
Commit c966bcf9 authored by Mark Goddard's avatar Mark Goddard
Browse files

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
parent 12035a70
No related branches found
No related tags found
No related merge requests found
...@@ -206,11 +206,10 @@ see `Kolla Ansible release notes ...@@ -206,11 +206,10 @@ see `Kolla Ansible release notes
Install Kolla for development Install Kolla for development
----------------------------- -----------------------------
#. Clone ``kolla`` and ``kolla-ansible`` repositories from git. #. Clone ``kolla-ansible`` repository from git.
.. code-block:: console .. 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 git clone --branch |KOLLA_BRANCH_NAME| https://opendev.org/openstack/kolla-ansible
#. Install requirements of ``kolla`` and ``kolla-ansible``: #. Install requirements of ``kolla`` and ``kolla-ansible``:
...@@ -219,14 +218,12 @@ Install Kolla for development ...@@ -219,14 +218,12 @@ Install Kolla for development
.. code-block:: console .. code-block:: console
pip install ./kolla
pip install ./kolla-ansible pip install ./kolla-ansible
If not using a virtual environment: If not using a virtual environment:
.. code-block:: console .. code-block:: console
sudo pip3 install ./kolla
sudo pip3 install ./kolla-ansible sudo pip3 install ./kolla-ansible
#. Create the ``/etc/kolla`` directory. #. Create the ``/etc/kolla`` directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment