Fix the location of Kolla configurations in the evaluation workflow
The location for the Kolla configurations in the workflow for evaluation needs to be fixed correctly to /usr/share/kolla/etc_examples This was brought up on IRC - http://eavesdrop.openstack.org/irclogs/%23openstack-kolla/%23openstack-kolla.2016-08-18.log.html#t2016-08-18T21:02:18 Change-Id: Ie9f651308a7b51cfd3ad1c617637bab1b5cc568e
This commit is contained in:
parent
1a316a805e
commit
0002898617
@ -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:
|
|||||||
|
|
||||||
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
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user