index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nova
/
rpc
/
impl_kombu.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use rpc from openstack-common.
Russell Bryant
2012-06-20
1
-759
/
+0
*
Log warnings instead of full exceptions for AMQP reconnects.
Josh Kearney
2012-06-13
1
-1
/
+1
*
Merge "Finally ack consumed message"
Jenkins
2012-06-05
1
-1
/
+2
|
\
|
*
Finally ack consumed message
Hengqing Hu
2012-06-05
1
-1
/
+2
*
|
Use openstack.common.cfg.CONF.
Russell Bryant
2012-06-04
1
-4
/
+2
|
/
*
Merge "Fix the conf argument to get_connection_pool()."
Jenkins
2012-05-30
1
-2
/
+2
|
\
|
*
Fix the conf argument to get_connection_pool().
Doug Hellmann
2012-05-30
1
-2
/
+2
*
|
Localize rpc options to rpc code.
Russell Bryant
2012-05-25
1
-0
/
+33
|
/
*
add queue name argument to TopicConsumer
Doug Hellmann
2012-05-24
1
-9
/
+23
*
Alphabetize imports
Joe Gordon
2012-05-14
1
-1
/
+1
*
Refactor nova.rpc config handling.
Russell Bryant
2012-04-25
1
-62
/
+70
*
Improved localization testing.
Yuriy Taraday
2012-04-10
1
-2
/
+2
*
Make kombu failures retry on IOError
Chris Behrens
2012-03-29
1
-2
/
+2
*
Exceptions unpacking rpc messages shouldn't hang the daemon
Chris Behrens
2012-03-08
1
-2
/
+5
*
Only raw string literals should be used with _()
Johannes Erdfelt
2012-03-04
1
-1
/
+1
*
Re-adds ssl to kombu configuration and adds flags that are needed to pass thr...
Joshua Harlow
2012-02-27
1
-1
/
+48
*
Core modifications for future zones service.
Chris Behrens
2012-02-16
1
-10
/
+34
*
Move connection pool back into impl_kombu/qpid.
Russell Bryant
2012-02-08
1
-10
/
+11
*
Don't block forever for rpc.(multi)call response.
Russell Bryant
2012-02-02
1
-10
/
+16
*
Clear out RPC connection pool before exit.
Russell Bryant
2012-01-31
1
-0
/
+4
*
Add support for Qpid to nova.rpc.
Russell Bryant
2012-01-24
1
-295
/
+12
*
Remove sensitive info from rpc logging.
Rick Harris
2012-01-23
1
-1
/
+1
*
Typofix for impl_kombu.
Rick Harris
2012-01-16
1
-4
/
+4
*
Fixing a bug that was causing the logging to display the context info
Naveed Massjouni
2012-01-13
1
-2
/
+8
*
Implement more complete kombu reconnecting
Chris Behrens
2012-01-12
1
-67
/
+136
*
Bug #894683: nova.service does not handle attribute specific exceptions and c...
Armando Migliaccio
2012-01-06
1
-3
/
+3
*
Remove small unneeded code from impl_kombu
Chris Behrens
2012-01-04
1
-3
/
+0
*
PEP8 remove direct type comparisons
lzyeval
2012-01-03
1
-2
/
+2
*
Ensure queue is declared durable so messages aren't dropped
Johannes Erdfelt
2011-12-28
1
-3
/
+28
*
Create notification queues as durable
Johannes Erdfelt
2011-12-28
1
-4
/
+12
*
Help clarify rpc API with docs and a bit of code.
Russell Bryant
2011-12-22
1
-1
/
+8
*
Fix RPC responses to allow None response correctly.
Chris Behrens
2011-11-29
1
-7
/
+16
*
Fix a minor memory leak
Kevin L. Mitchell
2011-11-18
1
-0
/
+2
*
More spelling fixes inside of nova
Joe Gordon
2011-11-09
1
-2
/
+2
*
working on getting tests back
Sandy Walsh
2011-09-12
1
-1
/
+0
*
kludge for kombu 1.1.3 memory transport bug
Chris Behrens
2011-08-31
1
-1
/
+11
*
use kombu.connection.BrokerConnection vs kombu.connection.Connection so that ...
Chris Behrens
2011-08-30
1
-1
/
+1
*
logging change when rpc pool creates new connection
Chris Behrens
2011-08-30
1
-1
/
+1
*
doc string cleanup
Chris Behrens
2011-08-29
1
-6
/
+23
*
ditched rpc.create_consumer(conn) interface... instead you now do conn.create...
Chris Behrens
2011-08-29
1
-28
/
+27
*
add carrot/kombu tests... small thread fix for kombu
Chris Behrens
2011-08-28
1
-7
/
+5
*
fix test_rpc and kombu stuff
Chris Behrens
2011-08-28
1
-5
/
+16
*
start to rework some consumer stuff
Chris Behrens
2011-08-28
1
-51
/
+76
*
Default rabbit max_retries to forever
Chris Behrens
2011-08-27
1
-18
/
+17
*
flag for kombu connection backoff on retries
Chris Behrens
2011-08-26
1
-1
/
+1
*
more fixes
Chris Behrens
2011-08-26
1
-3
/
+2
*
more work done to restore original rpc interfaces.
Chris Behrens
2011-08-26
1
-5
/
+302
*
start of kombu implementation, keeping the same RPC interfaces
Chris Behrens
2011-08-26
1
-0
/
+426