]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
devstack: don't enable qos service with the plugin
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 20 Nov 2015 09:36:53 +0000 (10:36 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 6 Jan 2016 11:34:35 +0000 (12:34 +0100)
Require explicit enablement for the service. Enable the service in API
gate job because we have API tests for the service.

Change-Id: Ibdd41eb761b64499a992f49ac0159167c7fb7d79

devstack/settings
neutron/tests/contrib/gate_hook.sh

index 976317cd5cacd63111556a9306cdc34a3d4fcf92..b452f8831458597531f02035178e33c63260112b 100644 (file)
@@ -1,3 +1 @@
 L2_AGENT_EXTENSIONS=${L2_AGENT_EXTENSIONS:-}
-
-enable_service q-qos
index e5e28668ae3ddfd9ce06c60c4e51f7b05a1a85e2..d92247b853cddc6788d138208630464ac47ea517 100644 (file)
@@ -35,6 +35,7 @@ EOF
     export DEVSTACK_LOCAL_CONFIG+="
 enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas
 enable_plugin neutron git://git.openstack.org/openstack/neutron
+enable_service q-qos
 "
 
     $BASE/new/devstack-gate/devstack-vm-gate.sh