From 15cec79b5e02c3391b7d5b8aeabcfe59f9359d13 Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Thu, 9 Jan 2014 15:13:05 +0530 Subject: [PATCH] CLOUDSTACK-5846: added updateCloudToUseObjectStore to known_category dict in gen_toc.py Signed-off-by: Abhinandan Prateek --- tools/apidoc/gen_toc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index d58252ca61b..74ccf796f72 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',