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

This commit is contained in:
Patrick Tombez
2021-11-15 10:56:09 +01:00
committed by Yannick Vaucher
co-authored by Yannick Vaucher
parent ff551a4318
commit 3416431adc
9 changed files with 265 additions and 190 deletions
+2 -6
View File
@@ -1,9 +1,5 @@
# -*- coding: utf-8 -*-
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()