lp:~cbehrens/nova/rpc-kombu
Created by
Chris Behrens
and last modified
- Get this branch:
- bzr branch lp:~cbehrens/nova/rpc-kombu
Only
Chris Behrens
can upload to this branch. If you are
Chris Behrens
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Dan Prince (community): Approve
- Zed A. Shaw (community): Approve
- Brian Lamar (community): Needs Information
- Vish Ishaya (community): Approve
- Joseph Heck (community): Approve
- Dave Walker: Pending requested
-
Diff: 1853 lines (+1262/-330)17 files modifiedbin/nova-ajax-console-proxy (+6/-6)
contrib/nova.sh (+1/-1)
nova/flags.py (+6/-2)
nova/rpc/__init__.py (+17/-26)
nova/rpc/common.py (+6/-0)
nova/rpc/impl_carrot.py (+81/-21)
nova/rpc/impl_kombu.py (+781/-0)
nova/service.py (+11/-21)
nova/tests/test_adminapi.py (+0/-2)
nova/tests/test_cloud.py (+0/-2)
nova/tests/test_rpc.py (+6/-158)
nova/tests/test_rpc_amqp.py (+0/-88)
nova/tests/test_rpc_carrot.py (+45/-0)
nova/tests/test_rpc_common.py (+189/-0)
nova/tests/test_rpc_kombu.py (+110/-0)
nova/tests/test_test.py (+2/-3)
tools/pip-requires (+1/-0)
Related bugs
Bug #794627: Handle RabbitMQ crash and attempt to reestablish connections and queues | High | Fix Released | |
Bug #798876: Consider Switching from Carrot to Kombu for AMQP | Low | Fix Released | |
Bug #803168: Response Queues for RPC Calls aren't being torn down | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1527. By Chris Behrens
-
use kombu.connectio
n.BrokerConnect ion vs kombu.connectio n.Connection so that older versions of kombu (1.0.4) work as well as newer. - 1522. By Chris Behrens
-
restore old way FLAGS.rpc_backend worked.. no short name support for consistency
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~hudson-openstack/nova/trunk