203bce9cd7
Our cgit instance will be going away and opendev.org is the new preferred URL for browsing our git repos. Redirects will exist for the foreseeable future, but it's more efficient to just go directly to the new locations. Change-Id: Ic5fa1a8436f57836ad37b752a0cca1cd4f3a21a7
16 lines
359 B
ReStructuredText
16 lines
359 B
ReStructuredText
=========================
|
|
Enabling heat in DevStack
|
|
=========================
|
|
|
|
1. Download DevStack::
|
|
|
|
git clone https://opendev.org/openstack-dev/devstack
|
|
cd devstack
|
|
|
|
2. Add this repo as an external repository into your ``local.conf`` file::
|
|
|
|
[[local|localrc]]
|
|
enable_plugin heat https://opendev.org/openstack/heat
|
|
|
|
3. Run ``stack.sh``.
|