summaryrefslogtreecommitdiffstats
path: root/openstack
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge "python3: Add basic compatibility support."Jenkins2013-07-182-3/+6
|\ \ \ \ \
| * | | | | python3: Add basic compatibility support.Chuck Short2013-07-172-3/+6
| | |/ / / | |/| | |
* | | | | Merge "python3: Add basic python3 compatibility."Jenkins2013-07-181-1/+3
|\ \ \ \ \
| * | | | | python3: Add basic python3 compatibility.Chuck Short2013-07-121-1/+3
| | |_|_|/ | |/| | |
* | | | | Merge "Remove the unused notifier.add_driver() API"Jenkins2013-07-181-20/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove the unused notifier.add_driver() APIMark McLoughlin2013-07-161-20/+7
* | | | | Merge "Add config for amqp durable/auto_delete queues"Jenkins2013-07-163-16/+37
|\ \ \ \ \
| * | | | | Add config for amqp durable/auto_delete queuesPaul Mathews2013-07-163-16/+37
| | |/ / / | |/| | |
* | | | | Merge "Fix missing argument bug in oslo common policy"Jenkins2013-07-161-7/+7
|\ \ \ \ \
| * | | | | Fix missing argument bug in oslo common policyguohliu2013-07-121-7/+7
| | |_|_|/ | |/| | |
* | | | | Merge "Allow launchers to be stopped multiple times"Jenkins2013-07-161-3/+6
|\ \ \ \ \
| * | | | | Allow launchers to be stopped multiple timesBrian Elliott2013-07-081-3/+6
* | | | | | Merge "Make lock_file_prefix optional"Jenkins2013-07-161-6/+12
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Make lock_file_prefix optionalFlaper Fesp2013-07-151-6/+12
| | |_|/ / | |/| | |
* | | | | Merge "Add exceptions for OpenStack clients"Jenkins2013-07-152-0/+462
|\ \ \ \ \
| * | | | | Add exceptions for OpenStack clientsAlessio Ababilov2013-06-272-0/+462
* | | | | | Merge "Avoid shadowing Exception 'message' attribute"Jenkins2013-07-151-10/+10
|\ \ \ \ \ \
| * | | | | | Avoid shadowing Exception 'message' attributeMark McLoughlin2013-07-081-10/+10
* | | | | | | Migrate sqlalchemy utils from NovaVictor Sergeyev2013-07-121-2/+320
| |_|/ / / / |/| | | | |
* | | | | | Merge "Convert kombu SSL version string into integer"Jenkins2013-07-122-2/+27
|\ \ \ \ \ \
| * | | | | | Convert kombu SSL version string into integerDavanum Srinivas2013-07-082-2/+27
* | | | | | | Merge "Add a monkey-patching util for sqlalchemy-migrate"Jenkins2013-07-111-0/+159
|\ \ \ \ \ \ \
| * | | | | | | Add a monkey-patching util for sqlalchemy-migrateRoman Podolyaka2013-07-081-0/+159
* | | | | | | | Merge "Revert "Add support for heartbeating in the kombu RPC driver""Jenkins2013-07-111-4/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Add support for heartbeating in the kombu RPC driver"Mark McLoughlin2013-07-111-4/+0
* | | | | | | | | Enable H302 hacking checkAnn Kamyshnikova2013-07-1033-40/+40
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge "Ignore any exceptions from rpc.cleanup()."Jenkins2013-07-091-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Ignore any exceptions from rpc.cleanup().Russell Bryant2013-07-051-1/+5
* | | | | | | | | Merge "Fix exception arg typo"Jenkins2013-07-091-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix exception arg typoRussell Bryant2013-07-011-1/+1
* | | | | | | | | Merge "Sanitize passwords in _safe_log"Jenkins2013-07-081-35/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Sanitize passwords in _safe_logDavanum Srinivas2013-07-051-35/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Add support for heartbeating in the kombu RPC driver"HEADmasterJenkins2013-07-081-0/+4
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Add support for heartbeating in the kombu RPC driverKiall Mac Innes2013-07-081-0/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | notifier: do not rely on CONF.hostJulien Danjou2013-07-081-3/+7
| |_|_|/ / / |/| | | | |
* | | | | | Use print operator in function styleDirk Mueller2013-07-071-18/+21
* | | | | | Merge "Handle empty arglists in Filters"Jenkins2013-07-061-10/+7
|\ \ \ \ \ \
| * | | | | | Handle empty arglists in FiltersDirk Mueller2013-07-031-10/+7
* | | | | | | Merge "Highlighting the deprecated nature of 'log-format'."Jenkins2013-07-061-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Highlighting the deprecated nature of 'log-format'.Anita Kuno2013-06-211-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "config.generator: replace sys.prefix by /usr"Jenkins2013-07-061-1/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | config.generator: replace sys.prefix by /usrJulien Danjou2013-07-041-1/+6
| | |/ / / / | |/| | | |
* | | | | | Merge "Add graceful service shutdown support to Launcher"Jenkins2013-07-041-17/+53
|\ \ \ \ \ \
| * | | | | | Add graceful service shutdown support to LauncherBrian Elliott2013-06-301-17/+53
* | | | | | | Merge "Add conditional exception reraise"Jenkins2013-07-031-11/+27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add conditional exception reraiseBen Nemec2013-07-021-11/+27
* | | | | | | Merge "Replace sys.exit by a RPCException"Jenkins2013-07-031-8/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Replace sys.exit by a RPCExceptionMehdi Abaakouk2013-07-021-8/+5
* | | | | | | Merge "Fix bad default for show_deleted"Jenkins2013-07-021-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix bad default for show_deletedDavanum Srinivas2013-07-011-1/+1
| |/ / / / /