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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user