4bd32e85f5
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.
29 lines
387 B
YAML
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
|
|
...
|
|
|