Exemple #1
0
 def __init__(self, ctx):
     setattr(ctx, 'host', "cvm.{0}".format(ctx.host))
     InstanceSupport.__init__(self, ctx)
Exemple #2
0
 def __init__(self, ctx):
     InstanceSupport.__init__(self, ctx)
     ctx.service_name = 'ec2'
Exemple #3
0
 def __init__(self, ctx):
     InstanceSupport.__init__(self, ctx)
     ctx.service_name = "ec2"
Exemple #4
0
 def __init__(self, ctx):
     setattr(ctx, 'host', "cvm.{0}".format(ctx.host))
     InstanceSupport.__init__(self, ctx)