From 3baf61161af11dfffb00606b7df6665e676147c4 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 d612ac4c941..e8ceb4a7dab 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',