Fix some tabbing.
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
3bc820fba4
commit
a4b8e8afb8
@ -292,9 +292,9 @@ class Instance(Resource):
|
||||
|
||||
flavor = self.itype_oflavor[self.t['Properties']['InstanceType']]
|
||||
arch_name = self.ami_arch[self.t['Properties']['ImageId']]
|
||||
key_name = self.t['Properties']['KeyName']
|
||||
key_name = self.t['Properties']['KeyName']
|
||||
|
||||
print 'Running instance with key %s flavor %s arch %s' % (key_name, flavor, arch_name)
|
||||
print 'Running instance with key %s flavor %s arch %s' % (key_name, flavor, arch_name)
|
||||
|
||||
self.instance_id = 'i-734509008'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user