Consider Switching from Carrot to Kombu for AMQP
Bug #798876 reported by
Rick Harris
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Chris Behrens |
Bug Description
Carrot has been discontinued (https:/
The author is recommending that everyone switch to Kombu (http://
This bug is really a place-holder for investigating whether it's worth making the switch.
Related branches
lp:~cbehrens/nova/rpc-kombu
- 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)
tags: | added: server-o-mir |
Changed in nova: | |
status: | Confirmed → In Progress |
Changed in nova: | |
status: | In Progress → Fix Committed |
Changed in nova: | |
milestone: | none → diablo-rbp |
Changed in nova: | |
milestone: | diablo-rbp → 2011.3 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Worth making the switch? It's discontinued. What possible motivation could we have for not making the switch?
Switching is inevitable. It's better to do it now when everything is nice and calm instead of doing it when we discover some odd bug in carrot that forces us to switch anyway.