mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-16 23:00:55 +00:00
... because these tests are already removed. Depends-on: https://review.opendev.org/c/openstack/heat-tempest-plugin/+/896184 Change-Id: I34f75971fec826032377c47bf7b4e7a380522b8f |
||
|---|---|---|
| .. | ||
| lib | ||
| upgrade | ||
| plugin.sh | ||
| README.rst | ||
| settings | ||
=========================
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``.