openstack-heat/devstack
2016-08-24 14:12:43 +00:00
..
files Copy devstack code to heat tree 2016-05-17 23:57:43 +08:00
lib Merge "Fix devstack plugin" 2016-08-24 13:10:56 +00:00
upgrade Run heat_integrationtests as a tempest plugin 2016-08-13 09:53:07 +12:00
plugin.sh Fix devstack plugin 2016-08-08 14:24:09 +00:00
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
settings Add devstack plugin 2016-05-18 00:02:10 +08:00

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