Export gate hook for neutron-fwaas on newton branch

Change-Id: I3f6c870359bbe8b756f956972074e924891cd42f
This commit is contained in:
Armando Migliaccio 2017-02-03 14:10:21 -08:00
parent c965acb7bc
commit 31be1c0e03
1 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@
export ENABLED_SERVICES="q-fwaas"
fi
if [[ ! "stable/mitaka stable/newton" =~ $ZUUL_BRANCH ]]; then
if [[ ! "stable/mitaka" =~ $ZUUL_BRANCH ]]; then
export -f gate_hook
fi
@ -130,7 +130,7 @@
export DEVSTACK_GATE_TOPOLOGY="multinode"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-fwaas git://git.openstack.org/openstack/neutron-fwaas"
if [[ ! "stable/mitaka stable/newton" =~ $ZUUL_BRANCH ]]; then
if [[ ! "stable/mitaka" =~ $ZUUL_BRANCH ]]; then
export -f gate_hook
fi
@ -177,7 +177,7 @@
export DEVSTACK_GATE_TOPOLOGY="multinode"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-fwaas git://git.openstack.org/openstack/neutron-fwaas"
if [[ ! "stable/mitaka stable/newton" =~ $ZUUL_BRANCH ]]; then
if [[ ! "stable/mitaka" =~ $ZUUL_BRANCH ]]; then
export -f gate_hook
fi