added information to the README regarding where content from kolla

needs to go for the kollacli to work correctly.
This commit is contained in:
Borne Mace 2015-08-25 16:11:22 -07:00
parent 06a28c9ac1
commit 9474aef3e4
1 changed files with 7 additions and 0 deletions

View File

@ -4,10 +4,17 @@ KollaCLI
The following steps can be used to build / run the kollacli
* install ansible and docker
* virtualenv .venv
* . .venv/bin/activate
* pip install -r requirements.txt
* python setup.py install
* mkdir /usr/share/kolla
* cp -r openstack-kolla/ansible to /usr/share/kolla
* mkdir /etc/kolla
* cp -r openstack-kolla/etc/kolla/* to /etc/kolla
* mkdir /usr/share/kolla/kollacli
* mkdir /usr/share/kolla/kollacli/ansible
* kollacli
At that point you will be dropped into the kollacli shell where