Skip to content

Commit 6fff833

Browse files
committed
update development docs after cli move to python
Follow up to [1]. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/923110 Change-Id: I8a4f6c6bee01e0e12da2c15836135bc890c72cde Signed-off-by: Bartosz Bezak <[email protected]> (cherry picked from commit 7abbd4f)
1 parent bf1fc3b commit 6fff833

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

doc/source/user/quickstart-development.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Install Kolla-ansible
102102

103103
.. code-block:: console
104104
105-
pip install ./kolla-ansible
105+
pip install -e ./kolla-ansible
106106
107107
#. Create the ``/etc/kolla`` directory.
108108

@@ -291,20 +291,19 @@ accordingly.
291291

292292
.. code-block:: console
293293
294-
cd kolla-ansible/tools
295-
./kolla-ansible bootstrap-servers -i ../../all-in-one
294+
kolla-ansible bootstrap-servers -i ../all-in-one
296295
297296
#. Do pre-deployment checks for hosts:
298297

299298
.. code-block:: console
300299
301-
kolla-ansible prechecks -i ../../all-in-one
300+
kolla-ansible prechecks -i ../all-in-one
302301
303302
#. Finally proceed to actual OpenStack deployment:
304303

305304
.. code-block:: console
306305
307-
kolla-ansible deploy -i ../../all-in-one
306+
kolla-ansible deploy -i ../all-in-one
308307
309308
When this playbook finishes, OpenStack should be up, running and functional!
310309
If error occurs during execution, refer to
@@ -324,8 +323,7 @@ Using OpenStack
324323

325324
.. code-block:: console
326325
327-
cd kolla-ansible/tools
328-
./kolla-ansible post-deploy
326+
kolla-ansible post-deploy
329327
330328
* The file will be generated in /etc/kolla/clouds.yaml, you can use it by
331329
copying it to /etc/openstack or ~/.config/openstack or setting

0 commit comments

Comments
 (0)