Skip to content
Snippets Groups Projects
Commit f832efa5 authored by confi-surya's avatar confi-surya
Browse files

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
parent 1ff189b1
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ the correct versions.
.. code-block:: console
cd kolla-ansible/tools
./kolla-ansible -i ./multinode bootstrap-servers
./kolla-ansible -i ../ansible/inventory/multinode bootstrap-servers
.. end
......@@ -482,7 +482,7 @@ the correct versions.
.. code-block:: console
./kolla-ansible -i ./multinode prechecks
./kolla-ansible -i ../ansible/inventory/multinode prechecks
.. end
......@@ -490,7 +490,7 @@ the correct versions.
.. code-block:: console
./kolla-ansible -i ./multinode deploy
./kolla-ansible -i ../ansible/inventory/multinode deploy
.. end
......
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