Go to file
Akihiro Motoki 5b22616b2f Fix pep8 errors
Recent pep8 upgrade and corresponding pycodestyle update break
pep8 job due to the new rules.

This commit fixes the following new errors:
- E266 too many leading '#' for block comment
- E501 line too long
- H903  Windows style line endings not allowed in code

The following errors are added to the ignore list
as there are many errors:
- E402 module level import not at top of file
- E731 do not assign a lambda expression, use a def
- W503 line break before binary operator

Conflicts:
    neutron/tests/unit/plugins/ml2/drivers/linuxbridge/agent/test_linuxbridge_neutron_agent.py
    neutron/tests/tempest/api/test_timestamp.py

Change-Id: I1fd3357479bb2ba3d89de92739ffac99900761b6
(cherry picked from commit 7a714aeb13)
(cherry picked from commit 71b305cb9e)
2018-04-17 10:39:04 -04:00
2016-06-28 22:46:19 +02:00
2017-08-22 17:10:37 +00:00
2018-04-17 10:39:04 -04:00
2016-10-17 17:06:19 +05:30
2017-07-30 21:14:40 +00:00
2017-08-11 08:59:13 +00:00
2014-05-16 13:40:04 -04:00
2017-06-13 19:26:49 +00:00
2017-04-07 09:55:12 +08:00
2017-02-25 06:29:55 +00:00
2017-03-04 11:19:58 +00:00
2018-04-17 10:39:04 -04:00

Team and repository tags

image

Welcome!

To learn more about neutron:

Get in touch via email. Use [Neutron] in your subject.

To learn how to contribute:

CONTRIBUTING.rst

Description
OpenStack Networking (Neutron)
Readme 1 GiB
Languages
Python 99.7%
Shell 0.3%