Add info about Heat in Devstack

This patch adds info about requirement of enabling Heat in
Devstack as Tobiko require it to work.
It also updates link to tobiko repository to new opendev.org
address.

Change-Id: I336067ced4737f761bc40ddf4da49868134e3d95
This commit is contained in:
Slawek Kaplonski 2019-05-29 11:58:11 +02:00 committed by Federico Ressi
parent d4a1f2b65a
commit 3511ae81c2
1 changed files with 8 additions and 3 deletions

View File

@ -8,14 +8,19 @@ repository. See contrib/vagrant to create a vagrant VM.
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack.git
git clone https://opendev.org/openstack/devstack.git
cd devstack
2. Add this repo as an external repository::
> cat local.conf
[[local|localrc]]
enable_plugin tobiko https://git.openstack.org/openstack/tobiko
enable_plugin tobiko https://opendev.org/x/tobiko
3. Tobiko require Heat to be enabled, so heat should be also enabled::
[[local|localrc]]
enable_plugin heat https://opendev.org/openstack/heat
3. Run ``stack.sh``