Fix volume api typo

Introduced in https://review.openstack.org/3041

Change-Id: I9fc66b9c6ffff4b9dde7a10942158c86df548d43
This commit is contained in:
Dean Troyer 2012-01-14 00:53:37 -06:00
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)