]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Synced rpc and gettextutils modules from oslo-incubator
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 17 Mar 2014 13:18:28 +0000 (14:18 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Wed, 26 Mar 2014 15:23:49 +0000 (16:23 +0100)
commit665222b38b7580a30f50c1fef78feebcae666f40
tree8559702623ed0faf080ec8d1ce6760f3de270a07
parente75f4854a6ae19b885e25c5261f476cf85a90511
Synced rpc and gettextutils modules from oslo-incubator

The main reason for sync is to get the following oslo-rpc fixes in Neutron:
* I537015f452eb770acba41fdedfe221628f52a920 (reduces delays when reconnecting
  to Qpid in HA deployments)
* Ia148baa6e1ec632789ac3621c85173c2c16f3918 (fixed HA failover, Qpid part)
* I67923cb024bbd143edc8edccf35b9b400df31eb3 (fixed HA failover, RabbitMQ part)

Latest oslo-incubator commit at the moment of sync:
2eab986ef3c43f8d1e25065e3cbc1307860c25c7

Change-Id: I2f5bb0d195e050f755ecdbf06a6bbed587a04fbe
Closes-Bug: 1281148
Closes-Bug: 1261631
13 files changed:
neutron/openstack/common/__init__.py
neutron/openstack/common/gettextutils.py
neutron/openstack/common/rpc/__init__.py
neutron/openstack/common/rpc/amqp.py
neutron/openstack/common/rpc/common.py
neutron/openstack/common/rpc/impl_fake.py
neutron/openstack/common/rpc/impl_kombu.py
neutron/openstack/common/rpc/impl_qpid.py
neutron/openstack/common/rpc/impl_zmq.py
neutron/openstack/common/rpc/matchmaker.py
neutron/openstack/common/rpc/matchmaker_redis.py
neutron/openstack/common/rpc/matchmaker_ring.py
neutron/openstack/common/rpc/service.py