]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix variable name in api/v<n>/snapshot.py
authorJohn Griffith <john.griffith8@gmail.com>
Wed, 20 Aug 2014 19:12:09 +0000 (13:12 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Wed, 20 Aug 2014 19:12:09 +0000 (13:12 -0600)
commitd68efcc0e078315f0f75637f313e3dbde0b4c2b4
tree15463a838953fd3e175ed315803650e473a9a1ce
parent058fcf6da84d1b4bc2ce2394b0d6cfd183527488
Fix variable name in api/v<n>/snapshot.py

Noticed in a recent bug fix that the when the show
method was copy/pasted at some point the variable name
vol was not updated.

Silly annoyance, but thought I'd go ahead and replace vol
with snapshot to make the variable name reflect what's
actually in use here.

Change-Id: I137ecc4987258450e93195cfed5e128063b92914
cinder/api/v1/snapshots.py
cinder/api/v2/snapshots.py