mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
misstype
This commit is contained in:
parent
b5027f9eec
commit
44a42308cc
@ -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']))
|
||||
|
Loading…
Reference in New Issue
Block a user