예제 #1
0
 def __init__(self, ctx):
     DCSupport.__init__(self, ctx)
     ctx.service_name = 'ec2'
예제 #2
0
 def __init__(self, ctx):
     setattr(ctx, "host", "trade.{0}".format(ctx.host))
     DCSupport.__init__(self, ctx)
예제 #3
0
 def __init__(self, ctx):
     DCSupport.__init__(self, ctx)
     ctx.service_name = 'ec2'
예제 #4
0
 def __init__(self, ctx):
     setattr(ctx, 'host', 'trade.{0}'.format(ctx.host))
     DCSupport.__init__(self, ctx)