← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1423389] Re: adopt namespace-less oslo imports: leftovers

 

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

** Changed in: neutron
    Milestone: None => kilo-3

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

Title:
  adopt namespace-less oslo imports: leftovers

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  As of today I see:
  root@openstack-ubuntu:/opt/stack/neutron# egrep -r "from oslo\." *
  bin/neutron-rootwrap-xen-dom0:    from oslo.rootwrap import wrapper
  neutron/openstack/common/cache/_backends/memory.py:from oslo.utils import timeutils
  neutron/openstack/common/cache/cache.py:    from oslo.config import cfg
  neutron/openstack/common/middleware/catch_errors.py:from oslo.middleware import catch_errors
  neutron/openstack/common/middleware/request_id.py:from oslo.middleware import request_id
  neutron/openstack/common/periodic_task.py:from oslo.config import cfg
  neutron/openstack/common/service.py:from oslo.config import cfg
  neutron/openstack/common/policy.py:from oslo.config import cfg
  neutron/openstack/common/policy.py:from oslo.serialization import jsonutils
  neutron/openstack/common/fileutils.py:from oslo.utils import excutils
  neutron/openstack/common/eventlet_backdoor.py:from oslo.config import cfg
  neutron/openstack/common/log.py:from oslo.config import cfg
  neutron/openstack/common/log.py:from oslo.serialization import jsonutils
  neutron/openstack/common/log.py:from oslo.utils import importutils
  neutron/tests/unit/hacking/test_checks.py:        check('from oslo.utils import importutils')

  Will try to address most if not all of this

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


References