mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-17 07:10:27 +00:00
We won't have policy.json file by default anymore, so we don't need this `cp` command. Implements: bp policy-in-code Change-Id: I84c99e38c34dc41cc33126291563ea90038ce107 |
||
|---|---|---|
| .. | ||
| lib | ||
| upgrade | ||
| plugin.sh | ||
| README.rst | ||
| settings | ||
=========================
Enabling heat in DevStack
=========================
1. Download DevStack::
git clone https://git.openstack.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://git.openstack.org/openstack/heat
3. Run ``stack.sh``.