From f4310bb9309b43743ede613d60ea7eed81f183c7 Mon Sep 17 00:00:00 2001
From: xiangxinyong <xiangxinyong@huawei.com>
Date: Tue, 31 May 2016 19:58:48 +0800
Subject: [PATCH] Remove novnc service from smaug fullstack job

DevStack is not able to clone the novnc repo,
and causes a test failure, so it need to remove
novnc service from smaug fullstack job.

Change-Id: I1d33564b8d55d6831ea20165860c5ce25ecb3da0
---
 jenkins/jobs/smaug.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/jobs/smaug.yaml b/jenkins/jobs/smaug.yaml
index 0fb4e5c5cf..0feecdd127 100644
--- a/jenkins/jobs/smaug.yaml
+++ b/jenkins/jobs/smaug.yaml
@@ -29,7 +29,7 @@
           export PROJECTS="openstack/smaug $PROJECTS"
 
           ENABLED_SERVICES=rabbit,mysql,key
-          ENABLED_SERVICES+=,n-cpu,n-api,n-crt,n-cond,n-sch,n-novnc,n-cauth
+          ENABLED_SERVICES+=,n-cpu,n-api,n-crt,n-cond,n-sch,n-cauth
           # n-obj has been removed from mitaka
           if [[ "stable/kilo stable/liberty" =~ $ZUUL_BRANCH ]]; then
               ENABLED_SERVICES+=,n-obj