From 42c17e013189ae06905443773dabc189f08031a8 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Fri, 22 Jun 2012 15:19:50 -0700 Subject: [PATCH] Fixed apidoc build --- setup/apidoc/gen_toc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/apidoc/gen_toc.py b/setup/apidoc/gen_toc.py index 6197dd7ead4..010ab2f9d8e 100644 --- a/setup/apidoc/gen_toc.py +++ b/setup/apidoc/gen_toc.py @@ -117,7 +117,8 @@ known_categories = { 'Lun': 'Storage', 'Pool': 'Pool', 'Tags': 'Resource Tags', - 'VPC': 'VPC', + 'VPC': 'VPC', + 'PrivateGateway': 'VPC', }