diff --git a/devstack/README.rst b/devstack/README.rst index 11db3b7ee..fb9efaa05 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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`` -