def __init__(self, ctx): setattr(ctx, 'host', 'image.{0}'.format(ctx.host)) ImageSupport.__init__(self, ctx)
def __init__(self, ctx): ImageSupport.__init__(self, ctx) ctx.service_name = 'ec2'