cloudcommon: add ProxySetting

This commit is contained in:
Yousong Zhou
2020-03-16 18:22:21 +08:00
parent b425cd7194
commit 1e08ef5441
6 changed files with 156 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ class ModelAPI(FuncDispatcher):
def gen_cloudcommon(self):
self.run(pkg=["cloudcommon", "db"])
self.run(pkg=["cloudcommon", "db", "proxy"], out=["cloudcommon", "proxy"])
def gen_cloudprovider(self):
self.run_same("cloudprovider")