You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2014/01/09 12:40:42 UTC

git commit: updated refs/heads/4.3 to 15cec79

Updated Branches:
  refs/heads/4.3 12f3568e9 -> 15cec79b5


CLOUDSTACK-5846: added updateCloudToUseObjectStore to known_category dict in gen_toc.py

Signed-off-by: Abhinandan Prateek <ap...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/15cec79b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/15cec79b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/15cec79b

Branch: refs/heads/4.3
Commit: 15cec79b5e02c3391b7d5b8aeabcfe59f9359d13
Parents: 12f3568
Author: SrikanteswaraRao Talluri <ta...@apache.org>
Authored: Thu Jan 9 15:13:05 2014 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Thu Jan 9 17:03:49 2014 +0530

----------------------------------------------------------------------
 tools/apidoc/gen_toc.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/15cec79b/tools/apidoc/gen_toc.py
----------------------------------------------------------------------
diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py
index d58252c..74ccf79 100644
--- a/tools/apidoc/gen_toc.py
+++ b/tools/apidoc/gen_toc.py
@@ -152,6 +152,7 @@ known_categories = {
     'prepareSecondaryStorageForMigration' : 'Image Store',
     'InternalLoadBalancer': 'Internal LB',
 	'DeploymentPlanners': 'Configuration',
+	'ObjectStore': 'Image Store',
     'PortableIp': 'Portable IP',
     'dedicateHost': 'Dedicate Resources',
     'releaseDedicatedHost': 'Dedicate Resources',