Add persona which should turn on quantum

This commit is contained in:
Joshua Harlow
2012-03-23 14:57:42 -07:00
parent e59799c9f3
commit f164cfb272

View File

@@ -0,0 +1,46 @@
---
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
supports:
- rhel-6
- ubuntu-oneiric
- fedora-16
...