Summary: Add autoscale categories

Detail:  Every new API that doesn't have  a valid category prefix needs
to be include in the gen_toc.py script for apidocs, marvin and
cloudmonkey to build.

BUG-ID:  CLOUDSTACK-501
Reviewed-by: mvn clean install -P developer
Reported-by: Rohit Yadav <bhaisaab@apache.org>
Signed-off-by: Prasanna Santhanam <tsp@apache.org> 1353063359 +0530
This commit is contained in:
Prasanna Santhanam 2012-11-16 16:25:59 +05:30
parent 264f777a2d
commit 6e86fac8e5

View File

@ -124,7 +124,10 @@ known_categories = {
'PrivateGateway': 'VPC',
'StaticRoute': 'VPC',
'Tags': 'Resource tags',
'NiciraNvpDevice': 'Nicira NVP'
'NiciraNvpDevice': 'Nicira NVP',
'AutoScale': 'AutoScale',
'Counter': 'AutoScale',
'Condition': 'AutoScale'
}