e287c9e263fefcdf186bd43e5b4023e92123e234
Enable the tests and update flake8 comments to note that H904 is ignored
on purpose.
The patch fixes these warnings:
./manila/api/views/limits.py:68:5: E129 visually indented line with same
indent as next logical line
./manila/share/drivers/netapp/cluster_mode.py:352:13: E122 continuation
line missing indentation or outdented
./manila/scheduler/scheduler_options.py:98:13: E129 visually indented
line with same indent as next logical line
./contrib/tempest/tempest/api/share/base.py:210:5: E129 visually
indented line with same indent as next logical line
./contrib/tempest/tempest/api/share/test_rules.py:32:13: E129 visually
indented line with same indent as next logical line
./contrib/tempest/tempest/api/share/test_rules.py:90:13: E129 visually
indented line with same indent as next logical line
./manila/api/views/share_servers.py:28:9: E124 closing bracket does not
match visual indentation
./manila/api/views/share_servers.py:34:9: E124 closing bracket does not
match visual indentation
./manila/share/drivers/netapp/driver.py:336:5: E125 continuation line
with same indent as next logical line
Also fixes other pep8 warnings in these files.
Partial-Fix: #1333290
Change-Id: Ida14ea8f4716e49f7379f929971fd5e462541527
The Choose Your Own Adventure README for Manila
You have come across an OpenStack shared filesystem service. It has identified itself as "Manila." It was abstracted from the Cinder project.
To monitor it from a distance: follow @openstack on twitter.
To tame it for use in your own cloud: read http://docs.openstack.org
To study its anatomy: read https://wiki.openstack.org/wiki/Manila
To dissect it in detail: visit http://github.com/stackforge/manila
To taunt it with its weaknesses: use http://bugs.launchpad.net/manila
To watch it: http://jenkins.openstack.org
To hack at it: read HACKING.rst
To cry over its pylint problems: http://jenkins.openstack.org/job/manila-pylint/violations
Description
Languages
Python
99.3%
Shell
0.7%