mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-16 23:00:55 +00:00
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
=========================
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``.