anvil/conf/personas/in-a-box/basic-trove.yaml
Ivan A. Melnikov d78a4076d6 Configure RPC for neutron and cinder
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
2013-08-09 18:15:00 +04:00

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
...