mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
feature: fix customized API documents for authenticate and quota
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user