heat/devstack
rabi bcd8c814b7 Add httpd documentation and sample configs
This adds uwsgi sample configs and documentation for
deploying api services with httpd.

This moves the existing mod_wsgi sample configs from devtsack
folder as they are not specific to devstack.

Change-Id: I91fd64d9deba3371b62c00ba8b01a7aca21b2393
2017-07-07 11:00:06 +05:30
..
lib Add httpd documentation and sample configs 2017-07-07 11:00:06 +05:30
upgrade Fix number of issues with grenade job 2017-02-09 16:58:26 +05:30
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
plugin.sh Fix py35 tempest issue 2017-06-22 09:11:41 +05:30
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.