# Pastebin ZTT7N20w Get kolla repo ============== git clone http://github.com/openstack/kolla Compile kolla ============= 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 (Note this is fine for a single OpenStack Service - but replacing all services? [horizon] type = local location = /home/rwellum/horizon/ reference = stable/mitaka [cinder-base] type = local location = /home/rwellum/cinder/ reference = stable/mitaka Build kolla keystone images =========================== Use source keyword (drop 'keystone' if you want to build everything) sudo kolla-build -t source horizon