feature: fix customized API documents for authenticate and quota

This commit is contained in:
Qiu Jian
2020-02-05 01:41:23 +08:00
parent 7a0ea299b8
commit 91711a1321
25 changed files with 770 additions and 154 deletions

View File

@@ -166,10 +166,10 @@ class SwaggerCode(FuncDispatcher):
self.run("keystone", pkg=["tokens", "models"], out="identity")
def gen_compute(self):
self.run_svc("compute", pkg=["models"])
self.run("compute", pkg=["models"], out="compute")
def gen_image(self):
self.run_svc("image", pkg=["models"])
self.run("image", pkg=["models"], out="image")
class SwaggerYAML(FuncDispatcher):