← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1521620] Re: Neutron-lbaas gate broken due to pep8

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1521620

Title:
  Neutron-lbaas gate broken due to pep8

Status in neutron:
  Fix Released

Bug description:
  2015-12-01 11:39:24.491 | pep8 runtests: PYTHONHASHSEED='3236704285'
  2015-12-01 11:39:24.491 | pep8 runtests: commands[0] | flake8
  2015-12-01 11:39:24.492 |   /home/jenkins/workspace/gate-neutron-lbaas-pep8$ /home/jenkins/workspace/gate-neutron-lbaas-pep8/.tox/pep8/bin/flake8 
  2015-12-01 11:39:27.194 | pep8 runtests: commands[1] | pylint --rcfile=.pylintrc --output-format=colorized neutron_lbaas
  2015-12-01 11:39:27.194 |   /home/jenkins/workspace/gate-neutron-lbaas-pep8$ /home/jenkins/workspace/gate-neutron-lbaas-pep8/.tox/pep8/bin/pylint --rcfile=.pylintrc --output-format=colorized neutron_lbaas 
  2015-12-01 11:39:27.513 | Warning: option ignore-iface-methods is obsolete and it is slated for removal in Pylint 1.6.
  2015-12-01 11:39:46.623 | ************* Module neutron_lbaas.agent_scheduler
  2015-12-01 11:39:46.623 | C: 22, 0: external import "from oslo_log import log as logging" comes before "from neutron.db import agents_db" (wrong-import-order)
  2015-12-01 11:39:46.623 | C: 23, 0: external import "import six" comes before "from neutron.db import agents_db" (wrong-import-order)
  2015-12-01 11:39:46.624 | C: 24, 0: external import "import sqlalchemy as sa" comes before "from neutron.db import agents_db" (wrong-import-order)
  2015-12-01 11:39:46.624 | C: 25, 0: external import "from sqlalchemy import orm" comes before "from neutron.db import agents_db" (wrong-import-order)
  2015-12-01 11:39:46.624 | C: 26, 0: external import "from sqlalchemy.orm import joinedload" comes before "from neutron.db import agents_db" (wrong-import-order)
  2015-12-01 11:39:46.624 | ************* Module neutron_lbaas.db.loadbalancer.loadbalancer_dbv2
  2015-12-01 11:39:46.624 | C: 25, 0: external import "from oslo_db import exception" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.624 | C: 26, 0: external import "from oslo_log import log as logging" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.624 | C: 27, 0: external import "from oslo_utils import excutils" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.624 | C: 28, 0: external import "from oslo_utils import uuidutils" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.624 | C: 29, 0: external import "from sqlalchemy import orm" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.624 | C: 30, 0: external import "from sqlalchemy.orm import exc" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.624 | ************* Module neutron_lbaas.db.loadbalancer.models
  2015-12-01 11:39:46.625 | C: 20, 0: external import "import sqlalchemy as sa" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:39:46.625 | C: 21, 0: external import "from sqlalchemy.ext import orderinglist" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:39:46.625 | C: 22, 0: external import "from sqlalchemy import orm" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:39:46.625 | ************* Module neutron_lbaas.db.loadbalancer.loadbalancer_db
  2015-12-01 11:39:46.625 | C: 29, 0: external import "from oslo_db import exception" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.625 | C: 30, 0: external import "from oslo_log import log as logging" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.625 | C: 31, 0: external import "from oslo_utils import excutils" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.625 | C: 32, 0: external import "from oslo_utils import uuidutils" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.625 | C: 33, 0: external import "import sqlalchemy as sa" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.625 | C: 34, 0: external import "from sqlalchemy import orm" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.625 | C: 35, 0: external import "from sqlalchemy.orm import exc" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.626 | C: 36, 0: external import "from sqlalchemy.orm import validates" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:39:46.626 | ************* Module neutron_lbaas.db.migration.alembic_migrations.env
  2015-12-01 11:39:46.626 | C: 17, 0: external import "from oslo_config import cfg" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:39:46.626 | C: 18, 0: external import "from oslo_db.sqlalchemy import session" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:39:53.425 | C: 19, 0: external import "import sqlalchemy as sa" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:39:53.425 | C: 20, 0: external import "from sqlalchemy import event" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:39:53.425 | ************* Module neutron_lbaas.agent.agent_manager
  2015-12-01 11:39:53.425 | C: 22, 0: external import "from oslo_config import cfg" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:39:53.425 | C: 23, 0: external import "from oslo_log import log as logging" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:39:53.425 | C: 24, 0: external import "import oslo_messaging" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:39:53.426 | C: 25, 0: external import "from oslo_service import loopingcall" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:39:53.426 | C: 26, 0: external import "from oslo_service import periodic_task" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:39:53.426 | C: 27, 0: external import "from oslo_utils import importutils" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:39:53.426 | ************* Module neutron_lbaas.agent.agent
  2015-12-01 11:39:53.426 | C: 26, 0: external import "from oslo_config import cfg" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:39:53.426 | C: 27, 0: external import "from oslo_service import service" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:39:53.426 | ************* Module neutron_lbaas.agent.agent_api
  2015-12-01 11:39:53.426 | C: 17, 0: external import "import oslo_messaging" comes before "from neutron.common import rpc as n_rpc" (wrong-import-order)
  2015-12-01 11:39:53.426 | ************* Module neutron_lbaas.drivers.driver_mixins
  2015-12-01 11:39:53.426 | C: 17, 0: external import "from oslo_log import log as logging" comes before "from neutron.plugins.common import constants" (wrong-import-order)
  2015-12-01 11:39:53.426 | C: 18, 0: external import "import six" comes before "from neutron.plugins.common import constants" (wrong-import-order)
  2015-12-01 11:39:53.427 | ************* Module neutron_lbaas.drivers.netscaler.netscaler_driver_v2
  2015-12-01 11:39:53.427 | E:131,29: Abstract class 'NetScalerLoadBalancerManager' with abstract methods instantiated (abstract-class-instantiated)
  2015-12-01 11:39:53.427 | C: 25, 0: external import "from oslo_service import service" comes before "from neutron import context as ncontext" (wrong-import-order)
  2015-12-01 11:39:53.427 | ************* Module neutron_lbaas.drivers.octavia.driver
  2015-12-01 11:39:53.427 | C: 20, 0: external import "from oslo_config import cfg" comes before "from neutron import context as ncontext" (wrong-import-order)
  2015-12-01 11:39:53.427 | C: 21, 0: external import "from oslo_log import log as logging" comes before "from neutron import context as ncontext" (wrong-import-order)
  2015-12-01 11:39:53.427 | C: 22, 0: external import "from oslo_serialization import jsonutils" comes before "from neutron import context as ncontext" (wrong-import-order)
  2015-12-01 11:39:53.427 | C: 23, 0: external import "from oslo_utils import excutils" comes before "from neutron import context as ncontext" (wrong-import-order)
  2015-12-01 11:39:53.427 | C: 24, 0: external import "import requests" comes before "from neutron import context as ncontext" (wrong-import-order)
  2015-12-01 11:39:53.427 | ************* Module neutron_lbaas.drivers.radware.rest_client
  2015-12-01 11:39:53.427 | R:124,12: Redefinition of conn type from httplib.HTTPSConnection to httplib.HTTPConnection (redefined-variable-type)
  2015-12-01 11:39:53.428 | R:137,16: Redefinition of respdata type from str to bool (redefined-variable-type)
  2015-12-01 11:39:53.428 | C: 19, 0: external import "from oslo_log import helpers as log_helpers" comes before "from neutron.i18n import _LE, _LW" (wrong-import-order)
  2015-12-01 11:40:01.982 | C: 20, 0: external import "from oslo_log import log as logging" comes before "from neutron.i18n import _LE, _LW" (wrong-import-order)
  2015-12-01 11:40:01.982 | C: 21, 0: external import "from oslo_serialization import jsonutils" comes before "from neutron.i18n import _LE, _LW" (wrong-import-order)
  2015-12-01 11:40:01.982 | ************* Module neutron_lbaas.drivers.radware.v2_driver
  2015-12-01 11:40:01.982 | E:162,28: Non-iterable value response is used in an iterating context (not-an-iterable)
  2015-12-01 11:40:01.982 | E:225,15: Value 'response' is unsubscriptable (unsubscriptable-object)
  2015-12-01 11:40:01.982 | E:282,21: Value 'response' is unsubscriptable (unsubscriptable-object)
  2015-12-01 11:40:01.983 | E:307,25: Value 'response' is unsubscriptable (unsubscriptable-object)
  2015-12-01 11:40:01.983 | C: 17, 0: standard import "import threading" comes before "import netaddr" (wrong-import-order)
  2015-12-01 11:40:01.983 | C: 18, 0: standard import "import time" comes before "import netaddr" (wrong-import-order)
  2015-12-01 11:40:01.983 | C: 24, 0: external import "from oslo_config import cfg" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:01.983 | C: 25, 0: external import "from oslo_log import helpers as log_helpers" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:01.983 | C: 26, 0: external import "from oslo_log import log as logging" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:01.983 | C: 27, 0: external import "from oslo_utils import excutils" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:01.983 | C: 28, 0: external import "from six.moves import queue as Queue" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:01.983 | ************* Module neutron_lbaas.drivers.haproxy.namespace_driver
  2015-12-01 11:40:01.983 | C: 27, 0: external import "from oslo_config import cfg" comes before "from neutron.agent.linux import ip_lib" (wrong-import-order)
  2015-12-01 11:40:01.984 | C: 28, 0: external import "from oslo_log import log as logging" comes before "from neutron.agent.linux import ip_lib" (wrong-import-order)
  2015-12-01 11:40:01.984 | C: 29, 0: external import "from oslo_utils import excutils" comes before "from neutron.agent.linux import ip_lib" (wrong-import-order)
  2015-12-01 11:40:01.984 | ************* Module neutron_lbaas.drivers.haproxy.synchronous_namespace_driver
  2015-12-01 11:40:01.984 | C: 29, 0: external import "from oslo_config import cfg" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:40:01.984 | C: 30, 0: external import "from oslo_log import helpers as log_helpers" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:40:01.984 | C: 31, 0: external import "from oslo_log import log as logging" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:40:01.984 | C: 32, 0: external import "from oslo_service import service" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:40:01.984 | C: 33, 0: external import "from oslo_utils import excutils" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:40:01.984 | ************* Module neutron_lbaas.drivers.common.agent_driver_base
  2015-12-01 11:40:01.984 | C: 19, 0: external import "from oslo_config import cfg" comes before "from neutron.common import exceptions as n_exc" (wrong-import-order)
  2015-12-01 11:40:01.984 | C: 20, 0: external import "from oslo_log import log as logging" comes before "from neutron.common import exceptions as n_exc" (wrong-import-order)
  2015-12-01 11:40:01.985 | C: 21, 0: external import "import oslo_messaging as messaging" comes before "from neutron.common import exceptions as n_exc" (wrong-import-order)
  2015-12-01 11:40:01.985 | C: 22, 0: external import "from oslo_utils import importutils" comes before "from neutron.common import exceptions as n_exc" (wrong-import-order)
  2015-12-01 11:40:17.492 | ************* Module neutron_lbaas.drivers.common.agent_callbacks
  2015-12-01 11:40:17.492 | R: 94,12: Too many nested blocks (6/5) (too-many-nested-blocks)
  2015-12-01 11:40:17.492 | C: 19, 0: external import "from oslo_log import log as logging" comes before "from neutron.common import exceptions as n_exc" (wrong-import-order)
  2015-12-01 11:40:17.492 | C: 20, 0: external import "import oslo_messaging as messaging" comes before "from neutron.common import exceptions as n_exc" (wrong-import-order)
  2015-12-01 11:40:17.493 | ************* Module neutron_lbaas.common.cert_manager.local_cert_manager
  2015-12-01 11:40:17.493 | C: 19, 0: external import "from oslo_config import cfg" comes before "from neutron.i18n import _LI, _LE" (wrong-import-order)
  2015-12-01 11:40:17.493 | C: 20, 0: external import "from oslo_log import log as logging" comes before "from neutron.i18n import _LI, _LE" (wrong-import-order)
  2015-12-01 11:40:17.493 | ************* Module neutron_lbaas.common.cert_manager.barbican_cert_manager
  2015-12-01 11:40:17.493 | C: 18, 0: external import "from oslo_config import cfg" comes before "from neutron.i18n import _LI, _LW, _LE" (wrong-import-order)
  2015-12-01 11:40:17.493 | C: 19, 0: external import "from oslo_log import log as logging" comes before "from neutron.i18n import _LI, _LW, _LE" (wrong-import-order)
  2015-12-01 11:40:17.493 | C: 20, 0: external import "from oslo_utils import excutils" comes before "from neutron.i18n import _LI, _LW, _LE" (wrong-import-order)
  2015-12-01 11:40:17.493 | ************* Module neutron_lbaas.common.tls_utils.cert_parser
  2015-12-01 11:40:17.493 | C: 19, 0: external import "from OpenSSL import crypto" comes before "import neutron_lbaas.common.exceptions as exceptions" (wrong-import-order)
  2015-12-01 11:40:17.493 | C: 20, 0: external import "from OpenSSL import SSL" comes before "import neutron_lbaas.common.exceptions as exceptions" (wrong-import-order)
  2015-12-01 11:40:17.493 | C: 21, 0: external import "import pyasn1.codec.der.decoder as decoder" comes before "import neutron_lbaas.common.exceptions as exceptions" (wrong-import-order)
  2015-12-01 11:40:17.494 | C: 22, 0: external import "import pyasn1_modules.rfc2459 as rfc2459" comes before "import neutron_lbaas.common.exceptions as exceptions" (wrong-import-order)
  2015-12-01 11:40:17.494 | C: 23, 0: external import "import six" comes before "import neutron_lbaas.common.exceptions as exceptions" (wrong-import-order)
  2015-12-01 11:40:17.494 | ************* Module neutron_lbaas.services.loadbalancer.agent_scheduler
  2015-12-01 11:40:17.494 | C: 24, 0: external import "from oslo_log import log as logging" comes before "from neutron.common import constants" (wrong-import-order)
  2015-12-01 11:40:17.494 | C: 25, 0: external import "import six" comes before "from neutron.common import constants" (wrong-import-order)
  2015-12-01 11:40:17.494 | C: 26, 0: external import "import sqlalchemy as sa" comes before "from neutron.common import constants" (wrong-import-order)
  2015-12-01 11:40:17.494 | C: 27, 0: external import "from sqlalchemy import orm" comes before "from neutron.common import constants" (wrong-import-order)
  2015-12-01 11:40:17.494 | C: 28, 0: external import "from sqlalchemy.orm import joinedload" comes before "from neutron.common import constants" (wrong-import-order)
  2015-12-01 11:40:17.494 | C: 30, 0: standard import "from abc import abstractmethod" comes before "from oslo_log import log as logging" (wrong-import-order)
  2015-12-01 11:40:17.494 | ************* Module neutron_lbaas.services.loadbalancer.plugin
  2015-12-01 11:40:17.494 | C: 26, 0: external import "from oslo_config import cfg" comes before "from neutron.api.v2 import attributes as attrs" (wrong-import-order)
  2015-12-01 11:40:17.495 | C: 27, 0: external import "from oslo_log import log as logging" comes before "from neutron.api.v2 import attributes as attrs" (wrong-import-order)
  2015-12-01 11:40:17.495 | C: 28, 0: external import "from oslo_utils import excutils" comes before "from neutron.api.v2 import attributes as attrs" (wrong-import-order)
  2015-12-01 11:40:17.495 | ************* Module neutron_lbaas.services.loadbalancer.data_models
  2015-12-01 11:40:23.606 | C: 31, 0: external import "from sqlalchemy.ext import orderinglist" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:40:23.607 | C: 32, 0: external import "from sqlalchemy.orm import collections" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:40:23.607 | ************* Module neutron_lbaas.services.loadbalancer.agent.agent_manager
  2015-12-01 11:40:23.607 | C: 23, 0: external import "from oslo_config import cfg" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:40:23.607 | C: 24, 0: external import "from oslo_log import log as logging" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:40:23.607 | C: 25, 0: external import "import oslo_messaging" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:40:23.607 | C: 26, 0: external import "from oslo_service import loopingcall" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:40:23.607 | C: 27, 0: external import "from oslo_service import periodic_task" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:40:23.607 | C: 28, 0: external import "from oslo_utils import importutils" comes before "from neutron.agent import rpc as agent_rpc" (wrong-import-order)
  2015-12-01 11:40:23.607 | ************* Module neutron_lbaas.services.loadbalancer.agent.agent
  2015-12-01 11:40:23.607 | C: 25, 0: external import "from oslo_config import cfg" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:40:23.608 | C: 26, 0: external import "from oslo_service import service" comes before "from neutron.agent.common import config" (wrong-import-order)
  2015-12-01 11:40:23.608 | ************* Module neutron_lbaas.services.loadbalancer.agent.agent_api
  2015-12-01 11:40:23.608 | C: 16, 0: external import "import oslo_messaging" comes before "from neutron.common import rpc as n_rpc" (wrong-import-order)
  2015-12-01 11:40:23.608 | ************* Module neutron_lbaas.services.loadbalancer.drivers.netscaler.ncc_client
  2015-12-01 11:40:23.608 | R: 83, 8: The if statement can be reduced by returning bool of test (simplifiable-if-statement)
  2015-12-01 11:40:23.608 | C: 20, 0: external import "from oslo_log import log as logging" comes before "from neutron.common import exceptions as n_exc" (wrong-import-order)
  2015-12-01 11:40:23.608 | C: 21, 0: external import "from oslo_serialization import jsonutils" comes before "from neutron.common import exceptions as n_exc" (wrong-import-order)
  2015-12-01 11:40:23.608 | ************* Module neutron_lbaas.services.loadbalancer.drivers.netscaler.netscaler_driver
  2015-12-01 11:40:23.608 | C: 18, 0: external import "from oslo_config import cfg" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:23.608 | C: 19, 0: external import "from oslo_log import log as logging" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:23.608 | ************* Module neutron_lbaas.services.loadbalancer.drivers.radware.driver
  2015-12-01 11:40:23.609 | E:452,39: Value 'response' is unsubscriptable (unsubscriptable-object)
  2015-12-01 11:40:23.609 | E:482,16: Value 'response' is unsubscriptable (unsubscriptable-object)
  2015-12-01 11:40:23.609 | E:551,24: Value 'response' is unsubscriptable (unsubscriptable-object)
  2015-12-01 11:40:23.609 | E:606,31: Non-iterable value response is used in an iterating context (not-an-iterable)
  2015-12-01 11:40:23.609 | R:746,12: Redefinition of conn type from httplib.HTTPSConnection to httplib.HTTPConnection (redefined-variable-type)
  2015-12-01 11:40:23.609 | R:759,16: Redefinition of respdata type from str to bool (redefined-variable-type)
  2015-12-01 11:40:23.609 | C: 19, 0: standard import "import threading" comes before "import netaddr" (wrong-import-order)
  2015-12-01 11:40:23.609 | C: 20, 0: standard import "import time" comes before "import netaddr" (wrong-import-order)
  2015-12-01 11:40:28.622 | C: 30, 0: external import "from oslo_config import cfg" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:28.622 | C: 31, 0: external import "from oslo_log import helpers as log_helpers" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:28.622 | C: 32, 0: external import "from oslo_log import log as logging" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:28.622 | C: 33, 0: external import "from oslo_serialization import jsonutils" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:28.623 | C: 34, 0: external import "from oslo_utils import excutils" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:28.623 | C: 35, 0: external import "from six.moves import queue as Queue" comes before "from neutron.api.v2 import attributes" (wrong-import-order)
  2015-12-01 11:40:28.623 | ************* Module neutron_lbaas.services.loadbalancer.drivers.logging_noop
  2015-12-01 11:40:28.623 | C: 16, 0: external import "from oslo_log import log as logging" comes before "from neutron.i18n import _LW" (wrong-import-order)
  2015-12-01 11:40:28.623 | ************* Module neutron_lbaas.services.loadbalancer.drivers.a10networks.driver_v1
  2015-12-01 11:40:28.623 | C: 18, 0: external import "from oslo_log import log as logging" comes before "from neutron.db import l3_db" (wrong-import-order)
  2015-12-01 11:40:28.623 | ************* Module neutron_lbaas.services.loadbalancer.drivers.vmware.models
  2015-12-01 11:40:28.623 | C: 17, 0: external import "import sqlalchemy as sql" comes before "from neutron.db import model_base" (wrong-import-order)
  2015-12-01 11:40:28.623 | ************* Module neutron_lbaas.services.loadbalancer.drivers.haproxy.namespace_driver
  2015-12-01 11:40:28.624 | C: 26, 0: external import "from oslo_config import cfg" comes before "from neutron.agent.linux import ip_lib" (wrong-import-order)
  2015-12-01 11:40:28.624 | C: 27, 0: external import "from oslo_log import log as logging" comes before "from neutron.agent.linux import ip_lib" (wrong-import-order)
  2015-12-01 11:40:28.624 | C: 28, 0: external import "from oslo_utils import excutils" comes before "from neutron.agent.linux import ip_lib" (wrong-import-order)
  2015-12-01 11:40:28.624 | ************* Module neutron_lbaas.services.loadbalancer.drivers.haproxy.jinja_cfg
  2015-12-01 11:40:28.624 | C: 22, 0: external import "from oslo_config import cfg" comes before "from neutron.common import utils as n_utils" (wrong-import-order)
  2015-12-01 11:40:28.624 | ************* Module neutron_lbaas.services.loadbalancer.drivers.haproxy.cfg
  2015-12-01 11:40:28.624 | C: 18, 0: external import "from six import moves" comes before "from neutron.common import utils as n_utils" (wrong-import-order)
  2015-12-01 11:40:28.624 | ************* Module neutron_lbaas.services.loadbalancer.drivers.haproxy.synchronous_namespace_driver
  2015-12-01 11:40:28.624 | C: 16, 0: external import "from oslo_log import log as logging" comes before "from neutron.i18n import _LW" (wrong-import-order)
  2015-12-01 11:40:28.624 | ************* Module neutron_lbaas.services.loadbalancer.drivers.common.agent_driver_base
  2015-12-01 11:40:28.624 | C: 26, 0: external import "from oslo_config import cfg" comes before "from neutron.common import constants as q_const" (wrong-import-order)
  2015-12-01 11:40:28.625 | C: 27, 0: external import "from oslo_log import log as logging" comes before "from neutron.common import constants as q_const" (wrong-import-order)
  2015-12-01 11:40:28.625 | C: 28, 0: external import "import oslo_messaging" comes before "from neutron.common import constants as q_const" (wrong-import-order)
  2015-12-01 11:40:28.625 | C: 29, 0: external import "from oslo_utils import importutils" comes before "from neutron.common import constants as q_const" (wrong-import-order)
  2015-12-01 11:40:29.816 | ERROR: InvocationError: '/home/jenkins/workspace/gate-neutron-lbaas-pep8/.tox/pep8/bin/pylint --rcfile=.pylintrc --output-format=colorized neutron_lbaas'
  2015-12-01 11:40:29.816 | ___________________________________ summary _

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1521620/+subscriptions


References