From 97513f1fe5a24b4375e6cc4319d4bac5990e4a31 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 25 May 2017 17:51:35 -0400 Subject: [PATCH] And disable c-bak for nodepool dsvm Slowly, but surely we'll get this working. Change-Id: I75d7b7de1e908693cf5ee732336174f4536dbf61 Signed-off-by: Paul Belanger --- jenkins/jobs/nodepool.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/jobs/nodepool.yaml b/jenkins/jobs/nodepool.yaml index b7129a9fe2..ed05fbb700 100644 --- a/jenkins/jobs/nodepool.yaml +++ b/jenkins/jobs/nodepool.yaml @@ -31,6 +31,7 @@ export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service ceilometer-api" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service ceilometer-collector" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service cinder" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service c-bak" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service c-sch" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service c-api" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service c-vol" @@ -103,6 +104,7 @@ export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service ceilometer-api" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service ceilometer-collector" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service cinder" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service c-bak" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service c-sch" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service c-api" export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_service c-vol"