25c007636f
The is_ssl_enabled_service function is kept for backword compatibility, and now returns the same value as `is_service_enabled tls-proxy` since [1] was merged. [1] f3b2f4c85307b14f115a020f5eaf6c92026b55b4 Change-Id: I5a3311121e56a7cfaefb73be39d3f60809bafb06 |
||
---|---|---|
.. | ||
lib | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling heat in DevStack
Download DevStack:
git clone https://opendev.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat https://opendev.org/openstack/heat
Run
stack.sh
.