Correct path to use for development
Currently, to run kolla-ansible inventory files, wrong path was followed. So this patch correct use of invetory file path. Change-Id: Id1526c3d9df54e7f456f5af1089a393f296d3be9
This commit is contained in:
parent
1ff189b1d7
commit
f832efa588
@ -474,7 +474,7 @@ the correct versions.
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cd kolla-ansible/tools
|
cd kolla-ansible/tools
|
||||||
./kolla-ansible -i ./multinode bootstrap-servers
|
./kolla-ansible -i ../ansible/inventory/multinode bootstrap-servers
|
||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
@ -482,7 +482,7 @@ the correct versions.
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
./kolla-ansible -i ./multinode prechecks
|
./kolla-ansible -i ../ansible/inventory/multinode prechecks
|
||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
@ -490,7 +490,7 @@ the correct versions.
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
./kolla-ansible -i ./multinode deploy
|
./kolla-ansible -i ../ansible/inventory/multinode deploy
|
||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user