manila/manila
Andreas Jaeger e1ab0e25c7 Flake8: Fix F841
Enable F841 and fix all issues.

Flake F841 is:
F841 local variable 'XXX' is assigned to but never used

Also fix in changed files some occurences of:
E128 continuation line under-indented for visual indent
H404  multi line docstring should start without a leading new line
H405  multi line docstring summary not separated with an empty line

Change-Id: Ifb08a82d05ac15c8e90f214a96e73d82ff850018
Partial-Bug: #1333290
2014-08-25 08:58:38 +02:00
..
api Flake8: Fix some occurences of F841 2014-08-23 19:38:34 +02:00
common Flake8: Fix E126 and E127 2014-08-23 08:43:02 +00:00
compute Further pep8 fixes 2014-08-15 15:41:56 +02:00
db pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
locale Remove LVM driver 2014-08-19 12:05:12 +03:00
network Further pep8 fixes 2014-08-15 15:41:56 +02:00
openstack Add config module from oslo-incubator 2014-08-12 15:12:17 +02:00
scheduler Enable E121,E122,E123,E124,E125,E129 flake8 tests 2014-08-22 21:31:47 +02:00
share Flake8: Fix some occurences of F841 2014-08-23 19:38:34 +02:00
testing Rewrited mox tests to mock (part 2) 2014-06-17 17:55:21 +03:00
tests Flake8: Fix F841 2014-08-25 08:58:38 +02:00
volume Fix pep8 failures in manila/{db,volume} 2014-08-19 09:25:10 +02:00
__init__.py Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
context.py py3: use six.string_types instead of basestring 2014-07-25 06:02:44 +00:00
exception.py Use oslo.db in manila 2014-07-23 16:26:14 +04:00
manager.py Further pep8 fixes 2014-08-15 15:41:56 +02:00
policy.py Use common code within manila.policy module 2014-08-13 21:29:51 +00:00
quota.py Further pep8 fixes 2014-08-15 15:41:56 +02:00
rpc.py Migrate to oslo.messaging instead of commom/rpc 2014-07-03 18:59:33 +03:00
service.py Enabled hacking check H403 2014-07-10 16:53:41 +02:00
test.py Flake8: Fix some occurences of F841 2014-08-23 19:38:34 +02:00
utils.py Flake8: Fix some occurences of F841 2014-08-23 19:38:34 +02:00
version.py Replaced cinder with manila 2013-09-04 15:45:32 +03:00
wsgi.py Replace utils.config_find with CONF.find_file 2014-08-13 21:30:03 +00:00