Nate Johnston a3b706a774 Fix pep8 errors in os-ken
Update the lower constraint for appdirs, similarly to how it has been
done in other repos.

Whitelist pep8 error E113.  This is the "unexpected indent" error.  This
module uses C-style comment blocks pervasively, things like:

    OFPP_IN_PORT = 0xfff8   # Send the packet out the input port. This
                            # virtual port must be explicitly used
                            # in order to send back out of the input
                            # port.
    OFPP_TABLE = 0xfff9     # Perform actions in flow table.
                            # NB: This can only be the destination
                            # port for packet-out messages.
    OFPP_NORMAL = 0xfffa    # Process with normal L2/L3 switching.

For the lines above the ones that have an indented comment with no code
to the left would get E113 with a recent change to a less permissive
policy.  It would cause over 260 changes to comment strings, destroying
the consistency of comment style, to make that change.  Therefore,
blacklist that pycodestyle error.

Change-Id: I6d2f463b50551f32bce863aa7dc0c70ad3054cbd
Story: #2005142
2019-03-05 15:39:00 -05:00
2018-11-27 20:48:02 +00:00
2018-09-04 17:00:24 +00:00
2018-10-17 18:54:42 +00:00
2018-09-04 17:00:24 +00:00
2018-09-04 17:00:24 +00:00
2019-03-05 15:39:00 -05:00

os-ken

A component-based software defined networking framework in OpenStack.

This is a fork of the Ryu library tailored for OpenStack Neutron.

Description
A component-based software defined networking framework for OpenStack.
Readme 10 MiB
Languages
Python 86.1%
Erlang 13.3%
C 0.4%
Shell 0.2%