[13.0][IMP] Make cloud_platform fully abstract + update related modules (#244)

[13.0][IMP] Make cloud_platform fully abstract + update related modules
This commit is contained in:
Patrick Tombez
2021-08-04 11:29:31 +02:00
committed by GitHub
co-authored by GitHub
parent 6d5a6edd5c
commit 9ce94caef9
9 changed files with 246 additions and 219 deletions
+2 -6
View File
@@ -1,7 +1,3 @@
def install_exoscale(ctx):
ctx.env['cloud.platform'].install('exoscale')
def install_ovh(ctx):
ctx.env['cloud.platform'].install('ovh')
def install(ctx):
ctx.env['cloud.platform'].install()