]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update to latest copy of OSLO incubator
authorMichael Kerrin <michael.kerrin@hp.com>
Wed, 17 Apr 2013 16:41:50 +0000 (16:41 +0000)
committerMichael Kerrin <michael.kerrin@hp.com>
Wed, 17 Apr 2013 17:17:05 +0000 (17:17 +0000)
commita7d47c4ecea903f0706ac313abef888507ce0522
tree0ddd4490bf001a04023c393cdbfbf4129f568bd3
parent8e1978932d50015b988927f4d8ae39f72c227fc2
Update to latest copy of OSLO incubator

Specifically I wanted the change be84db3ab24ef94b6ec457bb299d48c51575e8a6
to oslo-incubator to fix my logging issue.

I ignored the changes in common/policy.py as this change breaks
the cinder unit tests.

Fixes bug: 1170038

Change-Id: Id72417d58c8f4bf139aa082131154153a175689d
18 files changed:
cinder/openstack/common/eventlet_backdoor.py [new file with mode: 0644]
cinder/openstack/common/gettextutils.py
cinder/openstack/common/jsonutils.py
cinder/openstack/common/log.py
cinder/openstack/common/loopingcall.py [new file with mode: 0644]
cinder/openstack/common/notifier/api.py
cinder/openstack/common/rootwrap/cmd.py [new file with mode: 0755]
cinder/openstack/common/rootwrap/filters.py
cinder/openstack/common/rpc/amqp.py
cinder/openstack/common/rpc/common.py
cinder/openstack/common/rpc/dispatcher.py
cinder/openstack/common/rpc/impl_fake.py
cinder/openstack/common/rpc/impl_qpid.py
cinder/openstack/common/rpc/impl_zmq.py
cinder/openstack/common/rpc/proxy.py
cinder/openstack/common/rpc/zmq_receiver.py [new file with mode: 0755]
cinder/openstack/common/service.py [new file with mode: 0644]
cinder/openstack/common/threadgroup.py [new file with mode: 0644]