Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB4E310EC6 for ; Thu, 9 Jan 2014 11:40:58 +0000 (UTC) Received: (qmail 44429 invoked by uid 500); 9 Jan 2014 11:40:47 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 43793 invoked by uid 500); 9 Jan 2014 11:40:45 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 43592 invoked by uid 99); 9 Jan 2014 11:40:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 11:40:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6A1C98B3213; Thu, 9 Jan 2014 11:40:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aprateek@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.3 to 15cec79 Date: Thu, 9 Jan 2014 11:40:42 +0000 (UTC) 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 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 Authored: Thu Jan 9 15:13:05 2014 +0530 Committer: Abhinandan Prateek 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',