Cinder configuration was added to basic.yaml and solo
Change-Id: I40d9b2e87fbd19b171304fb284cc11a84f560004
This commit is contained in:
parent
0ba7f0e03b
commit
b9f5d0be79
@ -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
|
||||
...
|
||||
|
16
conf/personas/solo/cinder.yaml
Normal file
16
conf/personas/solo/cinder.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
components:
|
||||
# Order matters here!
|
||||
- general
|
||||
- cinder
|
||||
- cinder-client
|
||||
options:
|
||||
cinder:
|
||||
db-sync: true
|
||||
subsystems:
|
||||
cinder:
|
||||
- all
|
||||
supports:
|
||||
- rhel
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user