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 2bfb9af0c9.

Change-Id: Id352db9dcd40bfb5eb771dad42cdf04e0ce72313
This commit is contained in:
Sean Dague 2015-02-12 20:31:58 +00:00
parent 2bfb9af0c9
commit b9f2e25fa8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ REGION_NAME=${REGION_NAME:-RegionOne}
# this allows us to pass ENABLED_SERVICES
if [[ -z "$ENABLED_SERVICES" ]]; then
# core compute (glance / keystone / nova (+ nova-network))
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
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
# cinder
ENABLED_SERVICES+=,c-sch,c-api,c-vol
# heat