Merge lp:~blamar/nova/pylint-undefined into lp:~hudson-openstack/nova/trunk
Status: | Merged |
---|---|
Approved by: | Josh Kearney |
Approved revision: | 832 |
Merged at revision: | 870 |
Proposed branch: | lp:~blamar/nova/pylint-undefined |
Merge into: | lp:~hudson-openstack/nova/trunk |
Diff against target: |
67 lines (+7/-5) 3 files modified
nova/api/openstack/accounts.py (+4/-3) nova/db/sqlalchemy/api.py (+2/-1) nova/virt/fake.py (+1/-1) |
To merge this branch: | bzr merge lp:~blamar/nova/pylint-undefined |
Related bugs: | |
Related blueprints: |
Improve Pylint Scores
(Low)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Josh Kearney (community) | Approve | ||
Devin Carlen (community) | Approve | ||
Review via email:
|
Commit message
Pylint 'Undefined variable' E0602 error fixes.
Description of the change
Fixes for the following pylint E0602 errors:
************* Module nova.compute.api
E0602:482:
************* Module nova.api.
E0602: 54:Controller.
E0602: 57:Controller.
E0602: 72:Controller.
************* Module nova.virt.
E0602:1200:
************* Module nova.virt.fake
E0602:326:
************* Module nova.db.
E0602: 58:upgrade: Undefined variable 'table'
E0602: 79:upgrade: Undefined variable 'table'
************* Module nova.db.
E0602:2207:
E0602:2219:
E0602:2430:
Removed my old proposal which had a bunch of different pylint fixes in favor of a couple smaller ones as per community suggestion.