anvil/conf/personas/in-a-box/basic-quantum.yaml
Anastasia Karpinska b0b143b412 Nova and quantum configurations fixed. L3 and DHCP agents were added.
Change-Id: I0c46d19cacac234564a72b6d12ff99db8fff5b59
2013-06-30 12:53:58 -07:00

65 lines
1.0 KiB
YAML

---
components:
# Order matters here!
- general
- db
- rabbit-mq
- oslo-config
- keystone
# Client used by many components
- keystone-client
- glance
# Clients used by nova (+ others)
- glance-client
- cinder-client
- quantum-client
- quantum
- cinder
- nova
- nova-client
options:
nova:
db-sync: true
do-network-init: true
enable-cells: false
enable-spice: false
local-conductor: false
mq-type: "rabbit"
quantum-core-plugin: linuxbridge
quantum-enabled: true
glance:
db-sync: true
load-images: true
keystone:
db-sync: true
do-init: true
enable-pki: false
cinder:
db-sync: true
quantum:
db-sync: true
subsystems:
glance:
- api
- registry
keystone:
- all
nova:
- api
- cert
- compute
- consoleauth
- scheduler
- xvpvncproxy
quantum:
- server
- agent
- l3-agent
cinder:
- api
- scheduler
- volume
supports:
- rhel
...