# Pastebin ED2jK61G Get kolla repo ============== git clone http://github.com/openstack/kolla Compile kolla ============= pip install docker-py==1.6.* sudo -H pip install -U kolla Generate kolla-build.conf ========================= sudo -H pip install tox cd kolla; sudo -H tox -e genconfig Optional - Edit kolla-build.conf and add in source ================================================== vi etc/kolla/kolla-build.conf install_type = source Edit kolla-build.conf and add pointer to source =============================================== $ vi etc/kolla/kolla-build.conf [keystone-base] type = local location = /home/rwellum/keystone/ reference = stable/mitaka