Merge "Have not seen much usage of these, remove unless others are using."

This commit is contained in:
Jenkins 2013-07-26 17:24:43 +00:00 committed by Gerrit Code Review
commit 3dc3ae86f1
7 changed files with 0 additions and 123 deletions

View File

@ -1,16 +0,0 @@
---
components:
# Order matters here!
- general
- cinder
- cinder-client
options:
cinder:
db-sync: true
subsystems:
cinder:
- all
supports:
- rhel
...

View File

@ -1,9 +0,0 @@
---
components:
# Order matters here!
- general
- db
supports:
- rhel
...

View File

@ -1,19 +0,0 @@
---
components:
# Order matters here!
- general
- keystone-client
- glance
- glance-client
options:
glance:
db-sync: false
load-images: true
subsystems:
glance:
- api
- registry
supports:
- rhel
...

View File

@ -1,19 +0,0 @@
---
components:
# Order matters here!
- general
- glance-client
- keystone-client
- nova-client
- quantum-client
- swift-client
- cinder-client
- django-openstack-auth
- horizon
options:
horizon:
make-blackhole: true
supports:
- rhel
...

View File

@ -1,16 +0,0 @@
---
components:
# Order matters here!
- general
- keystone
- keystone-client
options:
keystone:
db-sync: false
subsystems:
keystone:
- all
supports:
- rhel
...

View File

@ -1,28 +0,0 @@
---
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
...

View File

@ -1,16 +0,0 @@
---
components:
# Order matters here!
- general
- keystone-client
options:
quantum:
# FIXME(aababilov): should it be false?
db-sync: false
subsystems:
quantum:
- server
supports:
- rhel
...