Skip to content
Snippets Groups Projects
Commit 6d895281 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix the location of Kolla configurations in the evaluation workflow"

parents f2a2b69c 00028986
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run: ...@@ -50,7 +50,7 @@ and OverlayFS. In order to update kernel in Ubuntu 14.04 LTS to 4.2, run:
apt-get install linux-image-generic-lts-wily apt-get install linux-image-generic-lts-wily
.. attention:: Operators performing an evaluation or deployment should use a .. attention:: Operators performing an evaluation or deployment should use a
stable branch. Operators performing development (or developers) should use stable release. Operators performing development (or developers) should use
master. master.
.. note:: Install is *very* sensitive about version of components. Please .. note:: Install is *very* sensitive about version of components. Please
...@@ -280,13 +280,12 @@ Install Kolla and its dependencies: ...@@ -280,13 +280,12 @@ Install Kolla and its dependencies:
pip install kolla pip install kolla
Kolla holds configurations files in ``etc/kolla``. Copy the configuration files Kolla holds configurations files in ``/usr/share/kolla/etc_examples/kolla/``.
to ``/etc``: Copy the configuration files to ``/etc``:
:: ::
cd kolla cp -r /usr/share/kolla/etc_examples/kolla /etc/
cp -r etc/kolla /etc/
Installing Kolla and dependencies for development Installing Kolla and dependencies for development
------------------------------------------------- -------------------------------------------------
......
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