cleanup sdk functional test definition

neutron was already enabled via the `DEVSTACK_GATE_NEUTRON`
definition, and enabling the qos service can be done
more cleanly

Change-Id: I508c75a47418924c8dc3fa545043213edbc9963a
This commit is contained in:
Steve Martinelli 2016-09-07 15:13:35 -04:00
parent ccfb0e5811
commit 77cd81abd1

View File

@ -27,8 +27,7 @@
fi
export DEVSTACK_LOCAL_CONFIG="enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron https://git.openstack.org/openstack/neutron"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_service q-qos"
export ENABLED_SERVICES=q-qos
function post_test_hook {{
bash -xe $BASE/new/python-openstacksdk/post_test_hook.sh
}}