Enable heat plugin in senlin gate job

This patch enables heat plugin in senlin gate job.
Otherwise, heat service won't be setup during devstack
installation.

Change-Id: I1ddac196ae4abfcc1fcb99a443213cc319225ab6
This commit is contained in:
yanyanhu 2016-12-09 04:28:49 -05:00
parent 07a7f0ffe6
commit c4d01b20ad

View File

@ -28,6 +28,8 @@
export SENLIN_BACKEND="openstack"
ENABLED_SERVICES=heat,h-api,h-api-cfn,h-api-cw,h-eng,
ENABLED_SERVICES+=q-agt,q-dhcp,q-l3,q-meta,q-metering,q-svc,
export PROJECTS="openstack/heat $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat git://git.openstack.org/openstack/heat"
# Enable LBaaS V2 plugin
export DEVSTACK_GATE_NEUTRON=1
ENABLED_SERVICES+=q-lbaasv2,