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)
Enabling heat in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstackAdd this repo as an external repository into your
local.conffile:[[local|localrc]] enable_plugin heat https://git.openstack.org/openstack/heatRun
stack.sh.