]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix snapshot id for snapshot_destroy
authorXing Yang <xing.yang@emc.com>
Sun, 3 Aug 2014 13:33:28 +0000 (09:33 -0400)
committerXing Yang <xing.yang@emc.com>
Wed, 6 Aug 2014 14:49:26 +0000 (10:49 -0400)
commitd3ccb0ea7f73ae1d65469c476af03f7daaeef41e
tree754416d0d17fd0142629d875b1ee81b48080d8e0
parent07534bef77704e03f73e34adea594f06c09adcda
Fix snapshot id for snapshot_destroy

The id passed to snapshot_destroy should be snapshot['id'],
not volume['id'].

CCLA SCHEDULE B SUBMISSION

Change-Id: I1d84f1d596ebf014c0e3ea4202902ff515b3172a
Closes-Bug: 1351997
cinder/tests/test_volume.py
cinder/volume/api.py