anvil/conf/personas/solo/nova.yaml
Joshua Harlow 4bd32e85f5 Instead of mapping apps to an internal list allow
for arbitrary names to come in which will be checked
if they match an actual executable (which is the new
filter) which is more easily extendable.
2012-09-18 11:28:22 -07:00

29 lines
387 B
YAML

---
components:
# Order matters here!
- general
- nova
- nova-client
options:
nova:
db-sync: true
do-network-init: true
mq-type: rabbit
subsystems:
nova:
- api-ec2
- api-metadata
- api-os-compute
- cert
- compute
- consoleauth
- dhcpbridge
- network
- novncproxy
- scheduler
- xvpvncproxy
supports:
- rhel
...