]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
cinder.backup: Replace 'locals()' with explicit values
authorAndrew Forrest <forrest@research.att.com>
Sat, 15 Jun 2013 00:09:53 +0000 (17:09 -0700)
committerAndrew Forrest <forrest@research.att.com>
Tue, 18 Jun 2013 15:19:07 +0000 (08:19 -0700)
commit6005677a9e54c11418401398f6074769a1310767
treea80a58e7d0c40a542bdc143b46eebc4b78acc7d1
parent930f5891b0815e1b49b9b2cc840e0c24b2796e84
cinder.backup: 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 backup module, i.e.
cinder/backup/*.py and subdirectories.

Partially fixes: bug #1190748

Change-Id: I3e0f3806030f1813d055135f15e64b5a719970ed
cinder/backup/api.py
cinder/backup/manager.py
cinder/backup/services/swift.py