Fixing the apidoc for the new api dedicatePublicIpRange Signed-off-by: Prasanna Santhanam <t...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0b17b624 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0b17b624 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0b17b624 Branch: refs/heads/cisco-vnmc-api-integration Commit: 0b17b624dbfa517e48cbcb09fb695370d4a8ac03 Parents: fd84c56 Author: Prasanna Santhanam <t...@apache.org> Authored: Wed Apr 10 16:32:19 2013 +0530 Committer: Likitha Shetty <likitha.she...@citrix.com> Committed: Fri Apr 12 23:27:42 2013 +0530 ---------------------------------------------------------------------- tools/apidoc/gen_toc.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0b17b624/tools/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 2d5292b..5403adb 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -83,6 +83,7 @@ known_categories = { 'Configuration': 'Configuration', 'Capabilities': 'Configuration', 'Pod': 'Pod', + 'PublicIpRange': 'Network', 'Zone': 'Zone', 'NetworkOffering': 'Network Offering', 'NetworkACL': 'Network ACL',