heat/devstack
zhurong 47a3004de4 Change HOST_IP to SERVICE_HOST
HOST_IP is only for ipv4,
SERVICE_HOST can fit for ipv4 and ipv6.
IPV6 log can check here:
http://logs.openstack.org/51/673751/1/check/murano-tempest-api-ipv6-only/f947d0e/job-output.txt.gz#_2019-07-31_08_54_25_077300

Change-Id: I7574a273e1c0511c56370b2203694dc52d963afc
2019-08-01 08:53:27 +08:00
..
lib Change HOST_IP to SERVICE_HOST 2019-08-01 08:53:27 +08:00
upgrade Allow users to disable the tests run by Grenade 2019-03-01 22:47:28 +01:00
README.rst Switch to use opendev.org 2019-04-22 09:36:50 +05:30
plugin.sh Set Tempest's service_availability setting for Heat 2018-11-26 10:03:01 +00:00
settings Remove cloudwatch service from devstack plugin 2017-10-25 11:50:15 +05:30

README.rst

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.