From b9623155a11601ed7e158598774ed7db43339699 Mon Sep 17 00:00:00 2001 From: Chip Childers Date: Wed, 7 Aug 2013 15:53:44 -0400 Subject: [PATCH] Adding CacheStores category for API docs, to resolve: Exception: Need to add a category for listCacheStores.xml to /home/hudson/jenkins-slave/workspace/cloudstack-apidocs-master/tools/apidoc/gen_toc.py:known_categories --- tools/apidoc/gen_toc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 506169c2969..9e390252e0b 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -155,7 +155,8 @@ known_categories = { 'releaseDedicatedHost': 'Dedicate Resources', 'Baremetal' : 'Baremetal', 'UCS' : 'UCS', - 'Ucs' : 'UCS' + 'Ucs' : 'UCS', + 'CacheStores' : 'Cache Stores' }