anvil/conf/personas/devstack-quantum.sh.yaml
Doug Hellmann 5a34a7cbb9 Make sure Quantum installer knows about the subsystem defined in the distro file.
Add missing dependency for openvswitch.
Fix the quantum components to understand the openvswitch subcomponent.
2012-03-26 16:26:29 -04:00

49 lines
736 B
YAML

---
components:
# Order matters here!
- general
- db
- rabbit-mq
- keystone-client
- keystone
- glance
- quantum
- quantum-client
- nova-client
- nova
- no-vnc
- horizon
description: Devstack.sh matching component installation + quantum!
options:
no-vnc:
# This is the nova component name (we need this to hook into the nova conf...)
nova: nova
nova:
- no-vnc
# Signal nova we are using quantum
- quantum
keystone:
# Signal keystone we are using quantum
- quantum
subsystems:
glance:
- api
- reg
nova:
- api
- cauth
- cert
- cpu
- net
- sched
- vol
- xvnc
quantum:
- openvswitch
supports:
- rhel-6
- ubuntu-oneiric
- fedora-16
...