Fix personas due to new services.

Change-Id: I2e70dfa090a3b81070c124cbf89e82c818c7aba2
This commit is contained in:
Joshua Harlow 2013-06-18 16:02:17 -07:00
parent 74ca7202fd
commit 4f682ab484
2 changed files with 8 additions and 9 deletions

View File

@ -17,7 +17,6 @@ components:
- quantum
- openvswitch
- cinder
- novnc
- nova
- nova-client
- django-openstack-auth
@ -64,11 +63,14 @@ subsystems:
- novncproxy
- scheduler
- xvpvncproxy
- spicehtml5proxy
quantum:
- server
- agent
cinder:
- all
- api
- scheduler
- volume
supports:
- rhel
...

View File

@ -40,19 +40,16 @@ subsystems:
keystone:
- all
nova:
- api-ec2
- api-metadata
- api-os-compute
- api
- cert
- compute
- conductor
- consoleauth
- network
- novncproxy
- scheduler
- xvpvncproxy
cinder:
- all
- api
- scheduler
- volume
supports:
- rhel
...