]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
cinder.api: Replace 'locals()' with explicit values
authorScott DAngelo <scott.dangelo@hp.com>
Wed, 10 Jul 2013 22:00:02 +0000 (22:00 +0000)
committerScott DAngelo <scott.dangelo@hp.com>
Wed, 10 Jul 2013 22:03:08 +0000 (22:03 +0000)
commit8c1cf3db3dd38767b2f78123a235fbf47460bf43
tree9fd94e2c48e42b44b3048ce6daacbae73fb93ff1
parent2f5e26a247665f890cdf26773b5e7070890594d8
cinder.api: Replace 'locals()' with explicit values

    Help bring source code into compliance with the
    Cinder Style Commandments:
    https://github.com/openstack/cinder/blob/master/HACKING.rst

    This change covers all affected source in the
    cinder api module, specifically:
    cinder/api/contrib/volume_actions.py

    Partially fixes: bug #1190758

Change-Id: I2134e69b70a5a5132847168f60b4d192bdf0b536
cinder/api/contrib/volume_actions.py