Cinder configuration was added to basic.yaml and solo

Change-Id: I40d9b2e87fbd19b171304fb284cc11a84f560004
This commit is contained in:
Anastasia Karpinska 2013-06-03 10:29:02 +04:00 committed by Joshua Harlow
parent 0ba7f0e03b
commit b9f5d0be79
2 changed files with 21 additions and 0 deletions

View File

@ -9,6 +9,7 @@ components:
# Client used by many components
- keystone-client
- glance
- cinder
# Clients used by nova (+ others)
- glance-client
- cinder-client
@ -30,6 +31,8 @@ options:
db-sync: true
do-init: true
enable-pki: false
cinder:
db-sync: true
subsystems:
glance:
- api
@ -49,6 +52,8 @@ subsystems:
- novncproxy
- scheduler
- xvpvncproxy
cinder:
- all
supports:
- rhel
...

View File

@ -0,0 +1,16 @@
---
components:
# Order matters here!
- general
- cinder
- cinder-client
options:
cinder:
db-sync: true
subsystems:
cinder:
- all
supports:
- rhel
...