heat/devstack
rabi 6ef5fa9adc Make API services with apache the default
Run api services with httpd+mod_wsgi in devstack.
This also skips sighup tests conditionally.

Change-Id: I6631f1fecb906ae0c4bb96a2f868117eff045aa0
Closes-Bug: #1656617
2017-01-15 11:53:25 +05:30
..
files Make number of workers configurable with apache 2017-01-15 11:53:25 +05:30
lib Make API services with apache the default 2017-01-15 11:53:25 +05:30
upgrade Revert "Fix devstack plugin" workaround 2016-12-06 18:17:54 +05:30
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
plugin.sh Merge "Fix typo in plugin.sh" 2016-12-25 18:00:52 +00:00
settings Add devstack plugin 2016-05-18 00:02:10 +08:00

README.rst

Enabling heat in DevStack

  1. Download DevStack:

    git clone https://git.openstack.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://git.openstack.org/openstack/heat
  3. Run stack.sh.