Change neutron-fwaas tempest config for v2

Late discussions on how the neutron-fwaas devstack template should
function resulted in the fwaas v2 case being configured a little
differently.  Therefore the neutron-fwaas v2 tempest test needs a minor
adjustment to select FWaaS v2 properly.

Change-Id: Idc91b573eb69e0601576a851963e4bb2914715f0
This commit is contained in:
Nate Johnston 2016-10-12 17:07:53 +00:00
parent b2a9fea24e
commit fe203892ca
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-fwaas git://git.openstack.org/openstack/neutron-fwaas"
fi
if [ "$FWAAS_VERSION" = "v2" ] ; then
export ENABLED_SERVICES="q-fwaas"
export ENABLED_SERVICES="q-fwaas-v2"
elif [ "$FWAAS_VERSION" = "v1" ] ; then
export ENABLED_SERVICES="q-fwaas-v1"
elif [ "$FWAAS_VERSION" = "legacy" ] ; then