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:
parent
93dfadac23
commit
29f3f79d4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user