Update os_server_volume for latest shade

The shade volume API was updated to return a dict rather than the
object as returned by cinder.
reviewable/pr18780/r1
David Shrewsbury 10 years ago
parent 4a233a5a8f
commit c451fbdd61

@ -126,8 +126,8 @@ def main():
module.exit_json( module.exit_json(
changed=True, changed=True,
id=volume.id, id=volume['id'],
attachments=volume.attachments, attachments=volume['attachments'],
openstack=hostvars openstack=hostvars
) )

Loading…
Cancel
Save