From 479900b1763c101f574fed14ce72ea4084b08086 Mon Sep 17 00:00:00 2001 From: Gal Sagie Date: Sun, 10 May 2015 17:21:50 +0300 Subject: [PATCH] Remove n-novnc from enabled services n-novnc caused the job to fails as it was trying to clone the service from the network, remove this service as its not really needed Change-Id: I7b836443ccac2e90fcbd5de97b02da1aaa048ccb --- jenkins/jobs/dragonflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/dragonflow.yaml b/jenkins/jobs/dragonflow.yaml index 7df680787a..e1e67868ee 100644 --- a/jenkins/jobs/dragonflow.yaml +++ b/jenkins/jobs/dragonflow.yaml @@ -18,7 +18,7 @@ export DEVSTACK_GATE_NEUTRON=1 export DEVSTACK_GATE_TEMPEST=0 - s="rabbit,mysql,key,n-cpu,n-api,n-crt,n-obj,n-cond,n-sch,n-novnc" + s="rabbit,mysql,key,n-cpu,n-api,n-crt,n-obj,n-cond,n-sch" s+=",n-cauth,neutron,q-svc,q-df-l3,q-df-agt,q-dhcp,q-meta,cinder" s+=",g-api,g-reg,c-api,c-vol,c-sch,c-bak" export OVERRIDE_ENABLED_SERVICES="$s"