summaryrefslogtreecommitdiffstats
path: root/nova/rpc/impl_qpid.py
Commit message (Expand)AuthorAgeFilesLines
* Use rpc from openstack-common.Russell Bryant2012-06-201-584/+0
* Add missing ack to impl_qpid.Russell Bryant2012-06-131-1/+6
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-3/+3
* Use openstack.common.cfg.CONF.Russell Bryant2012-06-041-4/+2
* Merge "Fix the conf argument to get_connection_pool()."Jenkins2012-05-301-2/+2
|\
| * Fix the conf argument to get_connection_pool().Doug Hellmann2012-05-301-2/+2
* | Remove nova.log usage from nova.rpc.Russell Bryant2012-05-261-1/+1
|/
* add queue name argument to TopicConsumerDoug Hellmann2012-05-241-7/+25
* Alphabetize importsJoe Gordon2012-05-141-1/+1
* Refactor nova.rpc config handling.Russell Bryant2012-04-251-62/+73
* Improved localization testing.Yuriy Taraday2012-04-101-2/+2
* Exceptions unpacking rpc messages shouldn't hang the daemonChris Behrens2012-03-081-1/+4
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-1/+2
* Only raw string literals should be used with _()Johannes Erdfelt2012-03-041-2/+2
* Don't tell Qpid to reconnect in a busy loop.Russell Bryant2012-02-191-7/+12
* Core modifications for future zones service.Chris Behrens2012-02-161-6/+30
* Merge "Move connection pool back into impl_kombu/qpid."Jenkins2012-02-151-10/+10
|\
| * Move connection pool back into impl_kombu/qpid.Russell Bryant2012-02-081-10/+10
* | Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* | Backslash continuations (misc.)Zhongyue Luo2012-02-081-4/+4
|/
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Don't block forever for rpc.(multi)call response.Russell Bryant2012-02-021-9/+16
* Clear out RPC connection pool before exit.Russell Bryant2012-01-311-0/+4
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-23/+46
* Add support for Qpid to nova.rpc.Russell Bryant2012-01-241-0/+485