]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Perform a sync with oslo-incubator.
authorClark Boylan <clark.boylan@gmail.com>
Wed, 22 May 2013 21:44:48 +0000 (14:44 -0700)
committerClark Boylan <clark.boylan@gmail.com>
Thu, 23 May 2013 22:58:33 +0000 (15:58 -0700)
commitb5bf227db493c4b4db0fb6985b5e0bd9fe9d3ff4
tree0780391aad408ac94b769336f128c12cb42e1762
parentb03240b9bf045a427543da27f8abc80f0ddf4db5
Perform a sync with oslo-incubator.

This oslo-incubator sync pulls in a new log.py which will make quantum's
default log output format the same as nova, glance and cinder (once
cinder's corresponding oslo sync merges). This common log format
simplifies log indexing as part of CI and makes lives easier for
deployers.

This sync does add a requirement on six as jsonutils depends on it. It
updates install_venv_common.py to be python26 compatible. It also brings
in a bunch of recent python3 compatibility that was added to oslo.

Fixes bug 1183144

Change-Id: Id0f196d7b5680e5950e4a27d66042bf00ccd49e6
22 files changed:
quantum/openstack/common/eventlet_backdoor.py
quantum/openstack/common/exception.py
quantum/openstack/common/jsonutils.py
quantum/openstack/common/lockutils.py
quantum/openstack/common/log.py
quantum/openstack/common/loopingcall.py
quantum/openstack/common/periodic_task.py
quantum/openstack/common/policy.py
quantum/openstack/common/processutils.py
quantum/openstack/common/rpc/amqp.py
quantum/openstack/common/rpc/common.py
quantum/openstack/common/rpc/dispatcher.py
quantum/openstack/common/rpc/impl_qpid.py
quantum/openstack/common/rpc/impl_zmq.py
quantum/openstack/common/rpc/matchmaker.py
quantum/openstack/common/rpc/matchmaker_ring.py [new file with mode: 0644]
quantum/openstack/common/rpc/proxy.py
quantum/openstack/common/rpc/serializer.py [new file with mode: 0644]
quantum/openstack/common/service.py
quantum/openstack/common/threadgroup.py
tools/install_venv_common.py
tools/pip-requires