From d586e1c2b9f33a63237a2ccd5f3440522360aa96 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Wed, 11 Jul 2012 13:21:08 -0600 Subject: [PATCH] Change default volume service to Cinder * Modifies stackrc to load Cinder instead of n-vol by default * Depends on https://review.openstack.org/#/c/9746/ * Depends on https://review.openstack.org/#/c/9747/ Change-Id: I1fcb4bd274311d048dee54826b6408e5abb493d2 --- stackrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stackrc b/stackrc index badde68668..9ac17ac997 100644 --- a/stackrc +++ b/stackrc @@ -10,9 +10,9 @@ RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd) # # If you like to explicitly remove services you can add a -$service in # ENABLED_SERVICES, for example in your localrc to install all defaults but not -# nova-volume you would just need to set this : -# ENABLED_SERVICES+=,-n-vol -ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit +# cinder you would just need to set this : +# ENABLED_SERVICES+=,-cinder +ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,cinder,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit # Set the default Nova APIs to enable NOVA_ENABLED_APIS=ec2,osapi_compute,osapi_volume,metadata