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