22 lines
250 B
YAML
22 lines
250 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
|
|
- cpu
|
|
- net
|
|
- sched
|
|
supports:
|
|
- rhel
|
|
...
|
|
|