Updated Branches: refs/heads/master 264f777a2 -> 6e86fac8e
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 <[email protected]> Signed-off-by: Prasanna Santhanam <[email protected]> 1353063359 +0530 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6e86fac8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6e86fac8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6e86fac8 Branch: refs/heads/master Commit: 6e86fac8e539d52280f4b12de3575f7dabe0db3b Parents: 264f777 Author: Prasanna Santhanam <[email protected]> Authored: Fri Nov 16 16:25:59 2012 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Fri Nov 16 16:25:59 2012 +0530 ---------------------------------------------------------------------- tools/apidoc/gen_toc.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6e86fac8/tools/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 4106531..eeaf2a2 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -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' }
