d78a4076d6
Cinder, neutron server and neutron plugins communicate via RPC (AMPQ), so we should configure RPC backend and its parameters same way we do for nova. Change-Id: I9c8d8f66d9c4da1fb8d7b09de946c4a0cb31a56d
59 lines
906 B
YAML
59 lines
906 B
YAML
---
|
|
components:
|
|
# Order matters here!
|
|
- general
|
|
- db
|
|
- rabbit-mq
|
|
- oslo-config
|
|
- keystone
|
|
# Client used by many components
|
|
- keystone-client
|
|
- glance
|
|
- cinder
|
|
# Clients used by nova (+ others)
|
|
- glance-client
|
|
- cinder-client
|
|
- neutron-client
|
|
- nova
|
|
- nova-client
|
|
- trove
|
|
- trove-client
|
|
options:
|
|
nova:
|
|
db-sync: true
|
|
do-network-init: true
|
|
mq-type: rabbit
|
|
enable-cells: false
|
|
enable-spice: false
|
|
local-conductor: false
|
|
glance:
|
|
db-sync: true
|
|
load-images: true
|
|
keystone:
|
|
db-sync: true
|
|
do-init: true
|
|
enable-pki: false
|
|
cinder:
|
|
mq-type: rabbit
|
|
db-sync: true
|
|
subsystems:
|
|
glance:
|
|
- api
|
|
- registry
|
|
keystone:
|
|
- all
|
|
nova:
|
|
- api
|
|
- cert
|
|
- compute
|
|
- conductor
|
|
- network
|
|
- scheduler
|
|
cinder:
|
|
- api
|
|
- scheduler
|
|
- volume
|
|
supports:
|
|
- rhel
|
|
...
|