summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | move nova.common.deprecated to openstack-commonSean Dague2012-10-312-0/+71
* | | | Add a missing comma in a docstring.David Ripton2012-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
* | | | Merge "Add setup.py for registering namespace package"Jenkins2012-10-303-0/+48
|\ \ \ \
| * | | | Add setup.py for registering namespace packageDoug Hellmann2012-10-303-0/+48
| | |_|/ | |/| |
* | | | Merge "Import order clean-up"Jenkins2012-10-308-10/+10
|\ \ \ \
| * | | | Import order clean-upZhongyue Luo2012-10-298-10/+10
| |/ / /
* | | | Merge "Fix a logic error in stable version calculation."Jenkins2012-10-301-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a logic error in stable version calculation.Monty Taylor2012-10-261-3/+5
| |/ /
* / / cfg: fix required if option has a dashJulien Danjou2012-10-262-1/+9
|/ /
* / Fix missing import in lockutils.Michael Still2012-10-231-0/+1
|/
* Move nova's util.synchronized decorator to openstack common.Michael Still2012-10-184-0/+469
* 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
* | Merge "Use self.config in test_zmq"Jenkins2012-10-161-7/+5
|\ \
| * | Use self.config in test_zmqEric Windisch2012-10-111-7/+5
| |/
* | 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-122-277/+7
|\ \
| * | Revert "Add support for finer-grained policy decisions"Mark McLoughlin2012-10-112-277/+7
* | | Merge "Added is_newer_than function"Jenkins2012-10-112-0/+17
|\ \ \ | |_|/ |/| |
| * | Added is_newer_than functionSirisha Devineni2012-10-092-0/+17
* | | Remove an unneeded 'global'Kevin L. Mitchell2012-10-091-1/+0
| |/ |/|
* | Add support for finer-grained policy decisionsKevin L. Mitchell2012-10-092-7/+277
* | Add a 'not' operator to the policy langageKevin L. Mitchell2012-10-092-3/+77
* | Add a new policy languageKevin L. Mitchell2012-10-092-4/+548
* | Remove deprecated policy engine APIsMark McLoughlin2012-10-092-289/+1
* | Rewrite the policy engine from scratchKevin L. Mitchell2012-10-092-485/+954
|/
* 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
|/
* Merge "Limit pep8 checks to our source"Jenkins2012-10-011-1/+1
|\
| * Limit pep8 checks to our sourceDoug Hellmann2012-09-281-1/+1
* | Change wsgi Server class to ServiceAngus Salkeld2012-09-291-18/+28
* | Merge "Ignore the stackforge jenkins email address"Jenkins2012-09-281-2/+2
|\ \
| * | Ignore the stackforge jenkins email addressDoug Hellmann2012-09-281-2/+2
| |/
* / .gitignore updates for generated filesDoug Hellmann2012-09-281-1/+5
|/
* 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-275-96/+127
|\|
| * Add the rpc service and delete managerAngus Salkeld2012-09-265-96/+127
* | Add exchange_name parameter to TopicConsumerJulien Danjou2012-09-274-6/+120
* | Extracted parse_host_port into network_utils.Eugene Kirpichov2012-09-265-63/+112
* | 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
|\ \