openstack-heat/devstack
Takashi Kajinami e910a85ebd Drop bind_host/port
The bind_host option is used only for osprofiler. It is used to
identify the host where the api service runs and can be replaced
the `host` option.

Also the port option is used only for logging.

Change-Id: Ia55b269207987c419f30a4bfc0cebcf75d8fcb4a
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-07-11 17:27:36 +09:00
..
lib Drop bind_host/port 2025-07-11 17:27:36 +09:00
upgrade Set proper role name for the grenade job 2025-04-02 13:50:09 +00:00
plugin.sh Migrate functional test jobs to zuul v3 2020-01-07 09:38:04 +08:00
README.rst Switch to use opendev.org 2019-04-22 09:36:50 +05:30
settings Drop creating extra endpoints in devstack 2019-08-19 10:33:49 +00:00

=========================
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``.