Browse code

Remove NoVNC from the default enabled services

Preparing to remove all non-stackforge git repos

Change-Id: I91f628f09fcdfd1aefbc40c9e26be0509eee484d

Dean Troyer authored on 2014/11/07 22:44:25
Showing 1 changed files
... ...
@@ -44,7 +44,7 @@ REGION_NAME=${REGION_NAME:-RegionOne}
44 44
 # this allows us to pass ENABLED_SERVICES
45 45
 if [[ -z "$ENABLED_SERVICES" ]]; then
46 46
     # core compute (glance / keystone / nova (+ nova-network))
47
-    ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,n-sch,n-novnc,n-xvnc,n-cauth
47
+    ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,n-sch,n-xvnc,n-cauth
48 48
     # cinder
49 49
     ENABLED_SERVICES+=,c-sch,c-api,c-vol
50 50
     # heat