From 77cd81abd15787cb635ab1d6e0fb7c8327425846 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Wed, 7 Sep 2016 15:13:35 -0400 Subject: [PATCH] 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 --- jenkins/jobs/sdk.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins/jobs/sdk.yaml b/jenkins/jobs/sdk.yaml index 5406504c64..9d83a3829d 100644 --- a/jenkins/jobs/sdk.yaml +++ b/jenkins/jobs/sdk.yaml @@ -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 }}