heat/devstack
xiaolihope c92e5a2b2a Add devstack plugin
This adds the actual devstack plugin, devstack should not run the heat code
in the devstack project.
Note that this is not yet configured to run in the gate.

Change-Id: I8d0918a8f8bb8399793c7164d26739953710b3ec
2016-05-18 00:02:10 +08:00
..
files Copy devstack code to heat tree 2016-05-17 23:57:43 +08:00
lib Add devstack plugin 2016-05-18 00:02:10 +08:00
upgrade Set OS_PROJECT_NAME in grenade script 2016-03-25 08:00:11 +05:30
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
plugin.sh Add devstack plugin 2016-05-18 00:02:10 +08: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.