コード例 #1
0
ファイル: image.py プロジェクト: bellamusic/cloudsdk
 def __init__(self, ctx):
     setattr(ctx, 'host', 'image.{0}'.format(ctx.host))
     ImageSupport.__init__(self, ctx)
コード例 #2
0
 def __init__(self, ctx):
     setattr(ctx, 'host', 'image.{0}'.format(ctx.host))
     ImageSupport.__init__(self, ctx)
コード例 #3
0
ファイル: image.py プロジェクト: bellamusic/cloudsdk
 def __init__(self, ctx):
     ImageSupport.__init__(self, ctx)
     ctx.service_name = 'ec2'
コード例 #4
0
 def __init__(self, ctx):
     ImageSupport.__init__(self, ctx)
     ctx.service_name = 'ec2'