Abstract install method

This commit is contained in:
Thierry Ducrest
2017-09-19 16:30:51 +02:00
committed by Guewen Baconnier
co-authored by Guewen Baconnier
parent 66748534f6
commit 1548fd674a
4 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ def install_exoscale(ctx):
def install_ovh(ctx):
ctx.env['cloud.platform'].install_ovh()
ctx.env['cloud.platform'].install('ovh')