5a34a7cbb9
Add missing dependency for openvswitch. Fix the quantum components to understand the openvswitch subcomponent.
49 lines
736 B
YAML
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
|
|
...
|
|
|