Fixed Heat installation dependency for Tacker

With Newton release, heat is not installed by default with devstack
tacker installation. Added line to enable heat plugin in
local.conf.example file.

Change-Id: I74429f5270da8f3f0b52233a59ce660771e6a9e6
Signed-off-by: Naresh Thukkani <nareshreddy.thukkani@gmail.com>
This commit is contained in:
Naresh Thukkani 2016-12-11 17:58:31 +05:30
parent d5e7ae9e9b
commit f6636ad8f3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ PUBLIC_BRIDGE=br-ext
NETWORK_GATEWAY=${NETWORK_GATEWAY:-15.0.0.1}
FIXED_RANGE=${FIXED_RANGE:-15.0.0.0/24}
enable_plugin heat https://git.openstack.org/openstack/heat master
enable_plugin tacker https://git.openstack.org/openstack/tacker master
enable_plugin networking-sfc git://git.openstack.org/openstack/networking-sfc master