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:
parent
d4a1f2b65a
commit
3511ae81c2
@ -8,14 +8,19 @@ repository. See contrib/vagrant to create a vagrant VM.
|
|||||||
|
|
||||||
1. Download DevStack::
|
1. Download DevStack::
|
||||||
|
|
||||||
git clone https://git.openstack.org/openstack-dev/devstack.git
|
git clone https://opendev.org/openstack/devstack.git
|
||||||
cd devstack
|
cd devstack
|
||||||
|
|
||||||
2. Add this repo as an external repository::
|
2. Add this repo as an external repository::
|
||||||
|
|
||||||
> cat local.conf
|
> cat local.conf
|
||||||
[[local|localrc]]
|
[[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``
|
3. Run ``stack.sh``
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user