Fix misconfiguration in Tacker

A patch was already created to fix dsvm failure on xenial node.
But it is misconfiguration, therefore this patch will correct it.

Change-Id: I9ceb84f86f8e8d0efe365f9316406e9a5a7f4a58
This commit is contained in:
doantungbk 2016-11-28 21:45:37 -08:00
parent ad2f8a16b9
commit aa970bb1f0

View File

@ -16,7 +16,6 @@
export PYTHONUNBUFFERED=true export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_NEUTRON=1 export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST=0 export DEVSTACK_GATE_TEMPEST=0
export SFC_UPDATE_OVS=False
export BRANCH_OVERRIDE={branch-override} export BRANCH_OVERRIDE={branch-override}
export PROJECTS="openstack/tacker $PROJECTS" export PROJECTS="openstack/tacker $PROJECTS"
export PROJECTS="openstack/tacker-horizon $PROJECTS" export PROJECTS="openstack/tacker-horizon $PROJECTS"
@ -26,6 +25,7 @@
stable/liberty|stable/mitaka) break;; stable/liberty|stable/mitaka) break;;
*) *)
export DEVSTACK_LOCAL_CONFIG+=$'\n'"SFC_UPDATE_OVS=False"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat git://git.openstack.org/openstack/heat" export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin heat git://git.openstack.org/openstack/heat"
export PROJECTS="openstack/heat $PROJECTS" export PROJECTS="openstack/heat $PROJECTS"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin aodh git://git.openstack.org/openstack/aodh" export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin aodh git://git.openstack.org/openstack/aodh"