From: Thierry Parmentelat Date: Mon, 11 Jan 2010 14:51:24 +0000 (+0000) Subject: support for f10 and f12 in the vref slice tag X-Git-Tag: NodeManager-1.8-22~2 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=d2ad67113cb9dacb093e69169393e0393219c8f1 support for f10 and f12 in the vref slice tag --- diff --git a/sliver_vs.py b/sliver_vs.py index 579e2ab..82523a5 100644 --- a/sliver_vs.py +++ b/sliver_vs.py @@ -94,7 +94,7 @@ class Sliver_VS(accounts.Account, vserver.VServer): (pldistro,fcdistro,arch) = default.split("-") known_archs = [ 'i386', 'x86_64' ] - known_fcdistros = [ 'f8', 'f9', 'centos5' ] + known_fcdistros = [ 'centos5', 'f8', 'f9', 'f10', 'f11', 'f12' ] # from the slice attribute: cut dashes and try to figure the meaning slice_wishes = vref.split("-") for wish in slice_wishes: