Merge "Remove n-novnc from enabled services"

This commit is contained in:
Jenkins 2015-05-11 02:22:34 +00:00 committed by Gerrit Code Review
commit 51f8f4b173

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