]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
oslo: sync all modules that depend on incubator log module
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 26 Feb 2015 23:00:24 +0000 (00:00 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 3 Mar 2015 16:35:13 +0000 (17:35 +0100)
commita82357cc31dcdb71e4a88c75cb31e2cfabe3e97c
tree4bf2bc72c2a53c31d0fa96c45953d9728847de91
parent5c606875ac081479b4be46e07a44d9e3e5ae8a62
oslo: sync all modules that depend on incubator log module

We're going to switch to oslo.log, so we need to untangle incubator
modules from the old log module. This is achieved by synchronizing all
the modules that used the module before from oslo-incubator.

Note that incubator modules now use standard logging module (and not
e.g. oslo.log).

The following modules (and their dependencies) are synced:
- eventlet_backdoor
- fileutils
- loopingcall
- periodic_task
- policy
- service
- systemd
- threadgroup
- versionutils

The latest commit in oslo-incubator at the moment of sync is:
f989c4397d7e83c3e73e8da01a9f27bf4ca38b73

Changes to modules are minor and hence are not expected to break
anything.

Change-Id: I360863a5a4fa6a179c6884cff84553a35d889719
Related-Bug: #1425013
neutron/openstack/common/_i18n.py
neutron/openstack/common/eventlet_backdoor.py
neutron/openstack/common/fileutils.py
neutron/openstack/common/loopingcall.py
neutron/openstack/common/periodic_task.py
neutron/openstack/common/policy.py
neutron/openstack/common/service.py
neutron/openstack/common/systemd.py
neutron/openstack/common/threadgroup.py
neutron/openstack/common/versionutils.py