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 - quantum
- openvswitch - openvswitch
- cinder - cinder
- novnc
- nova - nova
- nova-client - nova-client
- django-openstack-auth - django-openstack-auth
@ -64,11 +63,14 @@ subsystems:
- novncproxy - novncproxy
- scheduler - scheduler
- xvpvncproxy - xvpvncproxy
- spicehtml5proxy
quantum: quantum:
- server - server
- agent - agent
cinder: cinder:
- all - api
- scheduler
- volume
supports: supports:
- rhel - rhel
... ...

View File

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