Fix volume api typo
Introduced in https://review.openstack.org/3041 Change-Id: I9fc66b9c6ffff4b9dde7a10942158c86df548d43
This commit is contained in:
parent
bb10721ffc
commit
46f90f7cb7
@ -192,7 +192,7 @@ class VolumeController(object):
|
||||
|
||||
metadata = vol.get('metadata', None)
|
||||
|
||||
snapshot_id = vol.get('snapshot_id'),
|
||||
snapshot_id = vol.get('snapshot_id')
|
||||
|
||||
if snapshot_id is not None:
|
||||
snapshot = self.volume_api.get_snapshot(context, snapshot_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user