48622d46f4
- Call create_heat_accounts irrespective of whether keystone is enabled or not. - Use hardcoded auth_encryption_key Change-Id: I03fab7f986ec2a9703044f4bff31d477e2e7fe6a |
||
---|---|---|
.. | ||
lib | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling heat in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat https://git.openstack.org/openstack/heat
Run
stack.sh
.