mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-16 23:00:55 +00:00
At the moment devstack upgrade tries to assign `Member` role to which Keystone replies with 404 as role naming is case sensitive. Change-Id: Ib85a920eae6c3ce2369a76282e8ea2fc90f7290b |
||
|---|---|---|
| .. | ||
| 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``.