From 11de5d4fbeb24989424de1e3b0d260104a6e9ea1 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Fri, 22 Jun 2012 15:19:50 -0700 Subject: [PATCH] Fixed apidoc build Conflicts: setup/apidoc/gen_toc.py --- setup/apidoc/gen_toc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/apidoc/gen_toc.py b/setup/apidoc/gen_toc.py index a20dd196744..184153a2289 100644 --- a/setup/apidoc/gen_toc.py +++ b/setup/apidoc/gen_toc.py @@ -116,6 +116,8 @@ known_categories = { 'Project': 'Project', 'Lun': 'Storage', 'Pool': 'Pool', + 'VPC': 'VPC', + 'PrivateGateway': 'VPC', }