Browse code

Revert "Remove NoVNC from the default enabled services"

Reverting this is probably appropriate because until we can
get Debian/Ubuntu to fix their underlying dependencies.
It's confusing a lot of people that this is no longer
available

This reverts commit 2bfb9af0c952f59287be4ce684b78cfb710a6105.

Change-Id: Id352db9dcd40bfb5eb771dad42cdf04e0ce72313

Sean Dague authored on 2015/02/13 05:31:58
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-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-novnc,n-xvnc,n-cauth
48 48
     # cinder
49 49
     ENABLED_SERVICES+=,c-sch,c-api,c-vol
50 50
     # heat