summaryrefslogtreecommitdiffstats
path: root/nova/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* Make kombu failures retry on IOErrorChris Behrens2012-03-291-2/+2
* Improve performance of safe_log().Russell Bryant2012-03-261-5/+6
* Strip auth token from log output.Russell Bryant2012-03-212-14/+29
* Keep context for logging intact in greenthreadsVishvananda Ishaya2012-03-152-2/+2
* Deprecate carrot rpc codeChris Behrens2012-03-081-0/+3
* Exceptions unpacking rpc messages shouldn't hang the daemonChris Behrens2012-03-082-3/+9
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-074-7/+10
* Shorten FLAGS.rpc_response_timeoutAnthony Young2012-03-061-1/+1
* Only raw string literals should be used with _()Johannes Erdfelt2012-03-043-4/+4
* Remove monkey patching in carrot RPC driverJohannes Erdfelt2012-02-281-3/+0
* Re-adds ssl to kombu configuration and adds flags that are needed to pass thr...Joshua Harlow2012-02-271-1/+48
* Don't store connection pool in RpcContext.Russell Bryant2012-02-211-11/+12
* Don't tell Qpid to reconnect in a busy loop.Russell Bryant2012-02-191-7/+12
* Add RPC serialization checking, fix exposed problems.Russell Bryant2012-02-161-1/+10
* Core modifications for future zones service.Chris Behrens2012-02-164-18/+115
* Merge "Move connection pool back into impl_kombu/qpid."Jenkins2012-02-153-58/+59
|\
| * Move connection pool back into impl_kombu/qpid.Russell Bryant2012-02-083-58/+59
* | Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* | Merge "Fix exception by passing timeout as None"Jenkins2012-02-101-1/+1
|\ \
| * | Fix exception by passing timeout as NoneJohannes Erdfelt2012-02-101-1/+1
* | | Remove the last of the gflags shim layerMark McLoughlin2012-02-103-3/+3
|/ /
* / Backslash continuations (misc.)Zhongyue Luo2012-02-083-10/+9
|/
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-033-5/+5
* Don't block forever for rpc.(multi)call response.Russell Bryant2012-02-027-59/+121
* Clear out RPC connection pool before exit.Russell Bryant2012-01-316-0/+38
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-283-31/+65
* Fixes bug 914418Monsyne Dragon2012-01-261-1/+1
* Merge "Do not output admin_password in debug logs"Jenkins2012-01-251-1/+4
|\
| * Do not output admin_password in debug logsThierry Carrez2012-01-241-1/+4
* | Add support for Qpid to nova.rpc.Russell Bryant2012-01-244-295/+853
|/
* Remove sensitive info from rpc logging.Rick Harris2012-01-233-2/+19
* Fix an error that prevents message from getting substituted.Kevin L. Mitchell2012-01-171-1/+3
* Typofix for impl_kombu.Rick Harris2012-01-161-4/+4
* Fixing a bug that was causing the logging to display the context infoNaveed Massjouni2012-01-132-4/+16
* Implement more complete kombu reconnectingChris Behrens2012-01-121-67/+136
* Bug #894683: nova.service does not handle attribute specific exceptions and c...Armando Migliaccio2012-01-061-3/+3
* Remove small unneeded code from impl_kombuChris Behrens2012-01-041-3/+0
* PEP8 remove direct type comparisonslzyeval2012-01-033-6/+6
* Ensure queue is declared durable so messages aren't droppedJohannes Erdfelt2011-12-281-3/+28
* Create notification queues as durableJohannes Erdfelt2011-12-284-6/+43
* Help clarify rpc API with docs and a bit of code.Russell Bryant2011-12-224-16/+174
* First steps towards consolidating testing infrastructureDuncan McGreggor2011-12-061-2/+2
* Make run_instance only support instance uuids.Mark Washenberger2011-12-011-1/+1
* Fix RPC responses to allow None response correctly.Chris Behrens2011-11-293-47/+208
* Fix a minor memory leakKevin L. Mitchell2011-11-181-0/+2
* More spelling fixes inside of novaJoe Gordon2011-11-093-5/+5
* Remove AoE, Clean up volume codeVishvananda Ishaya2011-10-111-5/+4
* working on getting tests backSandy Walsh2011-09-121-1/+0
* kludge for kombu 1.1.3 memory transport bugChris Behrens2011-08-311-1/+11
* switched default to kombu per vishyChris Behrens2011-08-301-2/+2