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

git commit: updated refs/heads/master to 3baf611

Updated Branches:
  refs/heads/master f012a2655 -> 3baf61161


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/3baf6116
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3baf6116
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3baf6116

Branch: refs/heads/master
Commit: 3baf61161af11dfffb00606b7df6665e676147c4
Parents: f012a26
Author: SrikanteswaraRao Talluri <ta...@apache.org>
Authored: Thu Jan 9 15:13:05 2014 +0530
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Thu Jan 9 18:44:04 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3baf6116/tools/apidoc/gen_toc.py
----------------------------------------------------------------------
diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py
index d612ac4..e8ceb4a 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',