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:
parent
fa0da6e145
commit
479900b176
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user