Skip to content
Snippets Groups Projects
Commit e7c104e6 authored by zhulingjie's avatar zhulingjie
Browse files

Fix the /etc/kolla copy path

the path of globals.yml should be `/etc/kolla/globals`, not be
`/etc/kolla/kolla/globals`

Change-Id: I49d91c4dab13b197402844ac74f87b5dd2adbfca
parent 47243fa6
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,8 @@ Install Kolla for development
.. code-block:: console
cp -r kolla-ansible/etc/kolla /etc/kolla
mkdir -p /etc/kolla
cp -r kolla-ansible/etc/kolla/* /etc/kolla
.. 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