summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc
Commit message (Expand)AuthorAgeFilesLines
* kombu's fanout_cast_to_server was calling wrong methodChris Behrens2012-11-011-1/+1
* Removes redundant string castZhongyue Luo2012-10-311-1/+1
* Merge "Use queue_arguments for fanout consumers too."Jenkins2012-10-301-0/+1
|\
| * Use queue_arguments for fanout consumers too.Sam Morrison2012-10-261-0/+1
* | Import order clean-upZhongyue Luo2012-10-291-1/+1
|/
* Revert "fanout subscriptions in impl_zmq"Eric Windisch2012-10-112-78/+20
* Revert "Support declare_topic_consumer in impl_zmq"Eric Windisch2012-10-111-29/+0
* Fix missing import of `rpc.dispatcher` in `rpc.service`Kiall Mac Innes2012-10-021-4/+5
* Merge "Add the rpc service and delete manager"Jenkins2012-09-271-0/+69
|\
| * Add the rpc service and delete managerAngus Salkeld2012-09-261-0/+69
* | Add exchange_name parameter to TopicConsumerJulien Danjou2012-09-272-6/+11
* | Extracted parse_host_port into network_utils.Eugene Kirpichov2012-09-261-2/+2
* | LOG.exception() should only be used in exception handlerJohannes Erdfelt2012-09-251-9/+10
* | Merge "Don't deprecate rabbit_host and rabbit_port"Jenkins2012-09-251-3/+4
|\ \
| * | Don't deprecate rabbit_host and rabbit_portMark McLoughlin2012-09-251-3/+4
* | | Merge "DRY up mirrored Rabbit queue declaration"Jenkins2012-09-251-5/+17
|\ \ \
| * | | DRY up mirrored Rabbit queue declarationMark McLoughlin2012-09-251-5/+17
| |/ /
* | | Merge "Support for several HA RabbitMQ servers."Jenkins2012-09-251-29/+49
|\| |
| * | Support for several HA RabbitMQ servers.Eugene Kirpichov2012-09-251-29/+49
* | | Support declare_topic_consumer in impl_zmqEric Windisch2012-09-201-0/+29
* | | fanout subscriptions in impl_zmqEric Windisch2012-09-202-20/+78
* | | Merge "Change the qpid_heartbeat default to 60 seconds."Jenkins2012-09-141-1/+1
|\ \ \ | |/ / |/| |
| * | Change the qpid_heartbeat default to 60 seconds.Russell Bryant2012-09-131-1/+1
| |/
* / Use pep8 v1.3.3Zhongyue Luo2012-09-132-11/+18
|/
* Make projects define 'control_exchange'.Russell Bryant2012-09-114-19/+30
* Add cinder to allowed_rpc_exception_modules.Dan Prince2012-09-051-0/+1
* Update zmq context cleanup to use term.Dan Prince2012-08-301-1/+1
* Remove unused importsRongzeZhu2012-08-161-2/+0
* Remove register_opts from client methodsEric Windisch2012-08-151-5/+0
* Rename FLAGS to CONF; Remove self.confEric Windisch2012-08-061-16/+14
* Remove bogus conf argument from create_consumer()Mark McLoughlin2012-08-011-4/+2
* fix the qpid_heartbeat option so that it's effectivePádraig Brady2012-07-301-1/+1
* Enable fanout_cast and fanout_cast_to_server to provide topicGary Kotton2012-07-231-4/+8
* fix bug lp:1019348,update openstack-common to support pep8 1.3.Yaguang Tang2012-07-181-1/+1
* Merge "Add additional usage info on rpc_zmq_host flag"Jenkins2012-07-161-1/+2
|\
| * Add additional usage info on rpc_zmq_host flagEric Windisch2012-07-131-1/+2
* | Merge "Restore register_opts on impl_zmq module load"Jenkins2012-07-161-0/+3
|\ \
| * | Restore register_opts on impl_zmq module loadEric Windisch2012-07-131-0/+3
* | | Merge "Minor pep8 cleanup in rpc."Jenkins2012-07-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Minor pep8 cleanup in rpc.Andrew Bogott2012-07-082-2/+2
* | | Fix typo made in 372d11e990Eric Windisch2012-07-131-1/+1
| |/ |/|
* | Fix import order of gettextutils in amqp.pyEric Windisch2012-07-131-1/+1
* | Add more rpc version docs.Russell Bryant2012-07-131-0/+39
* | Fix missing gettextutils in several modules.Eric Windisch2012-07-122-0/+2
* | Merge "Fix line length for pep8 compliance after cloning into other projects"Jenkins2012-07-112-4/+9
|\ \
| * | Fix line length for pep8 compliance after cloning into other projectsDoug Hellmann2012-07-112-4/+9
| |/
* | Merge "Fix import order."Jenkins2012-07-111-1/+1
|\ \ | |/ |/|
| * Fix import order.Russell Bryant2012-07-021-1/+1
* | Fix Zmq so it doesn't rely on nova flagsJason Kölker2012-07-101-7/+11
* | Switch common files to using jsonutils.Andrew Bogott2012-07-033-8/+8