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
This commit is contained in:
Gal Sagie 2015-05-10 17:21:50 +03:00
parent fa0da6e145
commit 479900b176
1 changed files with 1 additions and 1 deletions

View File

@ -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"