Instead of mapping apps to an internal list allow

for arbitrary names to come in which will be checked
if they match an actual executable (which is the new
filter) which is more easily extendable.
This commit is contained in:
Joshua Harlow
2012-09-18 11:08:15 -07:00
parent f5c217e5f2
commit 4bd32e85f5
8 changed files with 75 additions and 108 deletions

View File

@@ -38,16 +38,21 @@ options:
subsystems:
glance:
- api
- reg
- registry
keystone:
- all
nova:
- api
- cauth
- api-ec2
- api-metadata
- api-os-compute
- cert
- cpu
- net
- sched
- xvnc
- novnc
- compute
- consoleauth
- dhcpbridge
- network
- novncproxy
- scheduler
- xvpvncproxy
supports:
- rhel
...

View File

@@ -27,12 +27,21 @@ options:
subsystems:
glance:
- api
- reg
- registry
keystone:
- all
nova:
- api
- cpu
- net
- sched
- api-ec2
- api-metadata
- api-os-compute
- cert
- compute
- consoleauth
- dhcpbridge
- network
- novncproxy
- scheduler
- xvpvncproxy
supports:
- rhel
...