This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch CLOUDSTACK-10012 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 49ba73054c4406f8ad06e986c0a098a938e0cb63 Author: Rohit Yadav <[email protected]> AuthorDate: Wed Oct 25 15:15:02 2017 +0530 fix apidocs --- 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 9485f90..cffc5d4 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -185,7 +185,8 @@ known_categories = { 'addAnnotation' : 'Annotations', 'removeAnnotation' : 'Annotations', 'CA': 'Certificate', - 'listElastistorInterface': 'Misc' + 'listElastistorInterface': 'Misc', + 'cloudian': 'Cloudian' } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
