* 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
| ... | ... |
@@ -10,9 +10,9 @@ RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd) |
| 10 | 10 |
# |
| 11 | 11 |
# If you like to explicitly remove services you can add a -$service in |
| 12 | 12 |
# ENABLED_SERVICES, for example in your localrc to install all defaults but not |
| 13 |
-# nova-volume you would just need to set this : |
|
| 14 |
-# ENABLED_SERVICES+=,-n-vol |
|
| 15 |
-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 |
|
| 13 |
+# cinder you would just need to set this : |
|
| 14 |
+# ENABLED_SERVICES+=,-cinder |
|
| 15 |
+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 |
|
| 16 | 16 |
|
| 17 | 17 |
# Set the default Nova APIs to enable |
| 18 | 18 |
NOVA_ENABLED_APIS=ec2,osapi_compute,osapi_volume,metadata |