summaryrefslogtreecommitdiffstats
path: root/openstack
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Creates uuidutils module"Jenkins2012-11-051-0/+35
|\ \ \
| * | | Creates uuidutils moduleZhongyue Luo2012-11-021-0/+35
* | | | Fixes setup compatibility issue on WindowsYaguang Tang2012-11-031-2/+6
* | | | Merge "Make ThreadGroup derived from object to make mocking possible"Jenkins2012-11-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Make ThreadGroup derived from object to make mocking possibleAngus Salkeld2012-11-021-1/+1
* | | | Merge "kombu's fanout_cast_to_server was calling wrong method"Jenkins2012-11-011-1/+1
|\ \ \ \
| * | | | kombu's fanout_cast_to_server was calling wrong methodChris Behrens2012-11-011-1/+1
* | | | | Move utils.execute to its own module.Michael Still2012-11-013-88/+124
|/ / / /
* | | | Merge "Don't log exceptions for GreenletExit and thread_done"Jenkins2012-11-011-11/+12
|\ \ \ \
| * | | | Don't log exceptions for GreenletExit and thread_doneAngus Salkeld2012-11-011-11/+12
| |/ / /
* | | | Merge "Removes redundant string cast"Jenkins2012-11-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Removes redundant string castZhongyue Luo2012-10-311-1/+1
| |/ /
* | | Merge "move nova.common.deprecated to openstack-common"Jenkins2012-10-311-0/+18
|\ \ \
| * | | move nova.common.deprecated to openstack-commonSean Dague2012-10-311-0/+18
* | | | 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 "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-261-1/+1
|/ /
* / Fix missing import in lockutils.Michael Still2012-10-231-0/+1
|/
* Move nova's util.synchronized decorator to openstack common.Michael Still2012-10-182-0/+267
* 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
|\|