summaryrefslogtreecommitdiffstats
path: root/openstack
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of file handle leaks, using with statements.David Ripton2012-10-171-9/+11
* Merge "Revert "fanout subscriptions in impl_zmq""Jenkins2012-10-162-78/+20
|\
| * Revert "fanout subscriptions in impl_zmq"Eric Windisch2012-10-112-78/+20
* | Merge "Revert "Support declare_topic_consumer in impl_zmq""Jenkins2012-10-161-29/+0
|\|
| * Revert "Support declare_topic_consumer in impl_zmq"Eric Windisch2012-10-111-29/+0
* | Fix WSGI Service init's call to incorrect super methodKiall Mac Innes2012-10-141-1/+1
* | Merge "Revert "Add support for finer-grained policy decisions""Jenkins2012-10-121-150/+2
|\ \
| * | Revert "Add support for finer-grained policy decisions"Mark McLoughlin2012-10-111-150/+2
* | | Merge "Added is_newer_than function"Jenkins2012-10-111-0/+5
|\ \ \ | |_|/ |/| |
| * | Added is_newer_than functionSirisha Devineni2012-10-091-0/+5
* | | Remove an unneeded 'global'Kevin L. Mitchell2012-10-091-1/+0
| |/ |/|
* | Add support for finer-grained policy decisionsKevin L. Mitchell2012-10-091-2/+150
* | Add a 'not' operator to the policy langageKevin L. Mitchell2012-10-091-1/+41
* | Add a new policy languageKevin L. Mitchell2012-10-091-4/+270
* | Remove deprecated policy engine APIsMark McLoughlin2012-10-091-150/+1
* | Rewrite the policy engine from scratchKevin L. Mitchell2012-10-091-180/+502
|/
* Merge "Fix missing import of `rpc.dispatcher` in `rpc.service`"Jenkins2012-10-021-4/+5
|\
| * Fix missing import of `rpc.dispatcher` in `rpc.service`Kiall Mac Innes2012-10-021-4/+5
* | Added a missing `cfg` import in service.pyKiall Mac Innes2012-10-021-0/+2
|/
* Change wsgi Server class to ServiceAngus Salkeld2012-09-291-18/+28
* Ignore the stackforge jenkins email addressDoug Hellmann2012-09-281-2/+2
* Merge "Log config on startup"Jenkins2012-09-271-0/+4
|\
| * Log config on startupAngus Salkeld2012-09-261-0/+4
* | Merge "Integrate eventlet backdoor"Jenkins2012-09-271-0/+2
|\|
| * Integrate eventlet backdoorMark McLoughlin2012-09-261-0/+2
* | Merge "Add the rpc service and delete manager"Jenkins2012-09-273-93/+78
|\|
| * Add the rpc service and delete managerAngus Salkeld2012-09-263-93/+78
* | Add exchange_name parameter to TopicConsumerJulien Danjou2012-09-272-6/+11
* | Extracted parse_host_port into network_utils.Eugene Kirpichov2012-09-263-46/+70
* | 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 "Normalize_time() always return naive object"Jenkins2012-09-171-2/+4
|\ \ \
| * | | Normalize_time() always return naive objectYunhong, Jiang2012-09-131-2/+4
| |/ /
* | | 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-136-20/+32
|/
* Merge "Make projects define 'control_exchange'."Jenkins2012-09-124-19/+30
|\
| * Make projects define 'control_exchange'.Russell Bryant2012-09-114-19/+30
* | Merge "Improve logging of process id"Jenkins2012-09-111-5/+4
|\ \
| * | Improve logging of process idStuart McLaren2012-09-111-5/+4
| |/
* / Added a method for parsing host:port pairs.Eugene Kirpichov2012-09-111-0/+44
|/
* Add cinder to allowed_rpc_exception_modules.Dan Prince2012-09-051-0/+1
* Merge "Update zmq context cleanup to use term."Jenkins2012-08-311-1/+1
|\