deb-heat/devstack
rabi 0149f72d7c Remove unnecessary install_heat_other
Remove the redundant code for bulding a pip mirror
for heat agents. At present it's used by
test_server_software_config.py, which is disabled.

We may use RDO packages for the agents in the future,
when we plan to enable these tests.

Change-Id: I94e46927b0d0d7e93d8bf5e58eb27310f443a8bf
Closes-Bug: #1634717
(cherry picked from commit ad4329d008)
2016-10-19 09:48:27 +05:30
..
files Copy devstack code to heat tree 2016-05-17 23:57:43 +08:00
lib Remove unnecessary install_heat_other 2016-10-19 09:48:27 +05:30
upgrade Merge "Don't run neutron tests before upgrade" 2016-09-02 10:16:30 +00:00
README.rst Add devstack plugin 2016-05-18 00:02:10 +08:00
plugin.sh Remove unnecessary install_heat_other 2016-10-19 09:48:27 +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.