mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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:
parent
264f777a2d
commit
6e86fac8e5
@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user