Enable QoS on neutron for python-openstacksdk.

Testing the sdk & client integration to neutron we need to enable
the qos service and extension.

This patch enables this by importing the on-tree neutron plugin
and enabling the q-qos service.

Change-Id: Idf319cd182304952071bc976a2e56c42fbcb8468
Related-bug: 1609037
This commit is contained in:
Miguel Angel Ajo 2016-08-18 09:44:37 -04:00
parent 93dfadac23
commit 29f3f79d4f

View File

@ -26,6 +26,8 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
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"
function post_test_hook {{
bash -xe $BASE/new/python-openstacksdk/post_test_hook.sh