654a6a959b
spicehtml5proxy is used instead. Change-Id: Ifefa39dbcc58f5b251b203c3ac45add05df11d58
73 lines
1.2 KiB
YAML
73 lines
1.2 KiB
YAML
---
|
|
components:
|
|
# Order matters here!
|
|
- general
|
|
- db
|
|
- rabbit-mq
|
|
- oslo-config
|
|
- keystone
|
|
# Client used by many components
|
|
- keystone-client
|
|
- glance
|
|
# Clients used by nova (+ others)
|
|
- glance-client
|
|
- cinder-client
|
|
- quantum-client
|
|
- swift-client # Seems only needed for horizon?
|
|
- quantum
|
|
- openvswitch
|
|
- cinder
|
|
- nova
|
|
- nova-client
|
|
- django-openstack-auth
|
|
- horizon
|
|
options:
|
|
nova:
|
|
db-sync: true
|
|
do-network-init: true
|
|
mq-type: rabbit
|
|
enable-cells: false
|
|
enable-spice: false
|
|
local-conductor: false
|
|
quantum-enabled: true
|
|
quantum-core-plugin: linuxbridge
|
|
glance:
|
|
db-sync: true
|
|
load-images: true
|
|
keystone:
|
|
db-sync: true
|
|
do-init: true
|
|
enable-pki: false
|
|
horizon:
|
|
make-blackhole: true
|
|
cinder:
|
|
db-sync: true
|
|
quantum:
|
|
db-sync: true
|
|
subsystems:
|
|
glance:
|
|
- api
|
|
- registry
|
|
keystone:
|
|
- all
|
|
nova:
|
|
- api
|
|
- cert
|
|
- compute
|
|
- conductor
|
|
- consoleauth
|
|
- network
|
|
- scheduler
|
|
- xvpvncproxy
|
|
- spicehtml5proxy
|
|
quantum:
|
|
- server
|
|
- agent
|
|
cinder:
|
|
- api
|
|
- scheduler
|
|
- volume
|
|
supports:
|
|
- rhel
|
|
...
|