]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
cinder.[brick,db,image] Replace 'locals()'
authorScott DAngelo <scott.dangelo@hp.com>
Tue, 25 Jun 2013 13:19:51 +0000 (13:19 +0000)
committerScott DAngelo <scott.dangelo@hp.com>
Tue, 25 Jun 2013 13:19:51 +0000 (13:19 +0000)
commitce1fb989f3c230e15251c3ea154b14a51934f715
treec9ecce8d9e9fbcc4c3178ec67119a741700667b6
parent0c1558151688b0559dc032144e0a0af8e837b152
    cinder.[brick,db,image] Replace 'locals()'

        Replace use of '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 soruce in the
        cinder brick, db, and image modules, i.e.
        cinder/brick/*.py and subdirectories
        cinder/db/*.py and subdirectories
        cinder/image/*.py and subdirectories

        Partially fixes: bug #1190758

Change-Id: Ibc111ab5ef53a2316e868c9cba8b94b323ba31c0
cinder/brick/iscsi/iscsi.py
cinder/db/sqlalchemy/api.py
cinder/image/glance.py
cinder/image/image_utils.py