yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28594
[Bug 1423389] [NEW] adopt namespace-less oslo imports: leftovers
Public bug reported:
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
** Affects: neutron
Importance: Undecided
Assignee: Ronak Shah (ronak-malav-shah)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Ronak Shah (ronak-malav-shah)
--
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):
New
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
Follow ups
References