CLOUDSTACK-2810: Include new vmware APIs in discovery

Discovery plugin will detect APIs from pluggable services and map them
to those in commands.properties. Including the latter to complete the
mapping so listApis now returns these APIs.

Also included fix for API docs.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-06-03 22:11:03 +05:30
parent 767ed065c5
commit db655ae8c7
2 changed files with 5 additions and 0 deletions

View File

@ -265,6 +265,10 @@ addSecondaryStorage=1
updateHostPassword=1 updateHostPassword=1
releaseHostReservation=1 releaseHostReservation=1
#### VmWare DC
addVmwareDc=1
removeVmwareDc=1
#### volume commands #### volume commands
attachVolume=15 attachVolume=15
uploadVolume=15 uploadVolume=15

View File

@ -86,6 +86,7 @@ known_categories = {
'Pod': 'Pod', 'Pod': 'Pod',
'PublicIpRange': 'Network', 'PublicIpRange': 'Network',
'Zone': 'Zone', 'Zone': 'Zone',
'Vmware' : 'Zone',
'NetworkOffering': 'Network Offering', 'NetworkOffering': 'Network Offering',
'NetworkACL': 'Network ACL', 'NetworkACL': 'Network ACL',
'Network': 'Network', 'Network': 'Network',