This commit is contained in:
m.shakirov@tatar.ru 2012-11-08 12:09:43 +04:00
parent b5027f9eec
commit 44a42308cc

View File

@ -252,4 +252,4 @@ def create_attach_volumes(volumes, location, data):
created_volume = conn.create_volume(volume['size'], volume_name, avz)
attach = conn.attach_volume(data, created_volume, volume['device'])
if attach:
print ('{0} attached to {1} (aka {2}) as device {3}'.format(created_volume.id, data.id, data.name, volume['device']))
print ('{0} attached to {1} (aka {2}) as device {3}'.format(created_volume.id, data.id, data.name, volume['device']))