summaryrefslogtreecommitdiff
path: root/nova/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Serialize the notification payload in jsonMehdi Abaakouk2014-02-201-2/+9
* nova: use RequestContextSerializer for notificationsJulien Danjou2014-02-061-1/+2
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port to oslo.messagingMark McLoughlin2014-02-011-0/+141
* Reorganize the code to satisfy review comments.Zed Shaw2011-07-291-66/+0
* Use the util.import_object to import a module.Zed Shaw2011-07-291-2/+2
* Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-261-572/+26
* fix up testsSandy Walsh2011-07-011-0/+1
|\
| * Reverses the self.auto_delete = True that was added to TopicPublisherChris Behrens2011-06-301-1/+0
| * Added self.auto_delete = True to the Publisher subclasses that did not have t...Ed Leafe2011-06-301-0/+2
* | trunk mergeSandy Walsh2011-06-291-0/+5
|\ \ | |/
| * Fanout queues use unique queue names, so the consumer should have exclusive a...Chris Behrens2011-06-291-0/+5
* | phew ... workingSandy Walsh2011-06-291-1/+1
|\ \ | |/
* | moved to wrap_exception decoratorSandy Walsh2011-06-281-8/+0
* | refactoring to compute from schedulerSandy Walsh2011-06-281-7/+2
* | getting startedSandy Walsh2011-06-271-0/+13
|/
* Allow SSL AMQP connections.Josh Kearney2011-06-011-0/+1
* fix a minor bug unrelated to this changetermie2011-05-261-1/+3
* changes per reviewtermie2011-05-261-7/+10
* change the behavior of calling a multicalltermie2011-05-251-3/+5
* cleanup the code for mergingtermie2011-05-251-43/+35
* make sure that using multicall on a call with a single result still functionstermie2011-05-251-2/+2
* lots of fixes for rpc and extra importsVishvananda Ishaya2011-05-251-43/+25
* don't need to use a separate connectiontermie2011-05-251-2/+1
* almost everything working with fake_rabbittermie2011-05-251-1/+15
* bring back commits lost in mergetermie2011-05-251-44/+63
* connection pool tests and make the pool LIFOChris Behrens2011-05-251-1/+7
* Add rpc_conn_pool_size flag for the new connection poolChris Behrens2011-05-251-2/+5
* catch greenlet.GreenletExit when shutting service downChris Behrens2011-05-251-1/+1
* fix consumers to actually be deleted and clean up cloud testVishvananda Ishaya2011-05-251-3/+10
* convert fanout_cast to ConnectionPoolChris Behrens2011-05-251-1/+2
* pep8 and comment fixesChris Behrens2011-05-251-9/+16
* Add a connection pool for rpc cast/callChris Behrens2011-05-251-24/+72
* add commented out unworking code for yield-based returnstermie2011-05-251-0/+5
* add support to rpc for multicalltermie2011-05-251-26/+73
* docstring cleanup, nova dirtermie2011-04-201-66/+86
* removes excessive logging on rabbitmq failureSandy Walsh2011-03-311-2/+0
* queues properly reconnect if rabbitmq is restartedSandy Walsh2011-03-301-3/+10
* indenting cleanupSandy Walsh2011-03-231-2/+2
* trunk mergeSandy Walsh2011-03-211-5/+5
|\
| * disable-msg -> disableBrian Lamar2011-03-181-3/+3
| * Add topic name to cast/call logs.Todd Willey2011-03-171-2/+2
* | remove scheduler.api.API. naming changes.Sandy Walsh2011-03-211-1/+1
* | merge trunkSandy Walsh2011-02-241-1/+1
|\ \ | |/
| * Merge from trunk and merge conflict resolutionCerberus2011-02-281-6/+7
| |\
| * \ Merge from trunkCerberus2011-02-171-1/+8
| |\ \
| * \ \ Merge from trunkCerberus2011-02-161-4/+4
| |\ \ \
| * \ \ \ Merge from trunkCerberus2011-02-111-1/+1
| |\ \ \ \
| * | | | | Casting to the schedulerCerberus2011-02-021-1/+1
* | | | | | fanout worksSandy Walsh2011-02-201-2/+8