summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "Sync w/ latest openstack common log.py."Jenkins2012-08-041-11/+0
|\ \ \ \ \ \
| * | | | | | Sync w/ latest openstack common log.py.Dan Prince2012-08-011-11/+0
* | | | | | | Merge "Audit log messages in nova/compute/api.py"Jenkins2012-08-041-9/+12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Audit log messages in nova/compute/api.pyMichael Still2012-08-041-9/+12
| | |/ / / / | |/| | | |
* | | | | | Merge "fix unmounting of LXC containers"Jenkins2012-08-047-26/+146
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix unmounting of LXC containersPádraig Brady2012-08-027-26/+146
* | | | | | Merge "Partially revert "Remove unused scheduler functions""Jenkins2012-08-041-0/+16
|\ \ \ \ \ \
| * | | | | | Partially revert "Remove unused scheduler functions"Russell Bryant2012-07-311-0/+16
* | | | | | | Merge "Fix broken pep8 exclude processing."Jenkins2012-08-042-1/+53
|\ \ \ \ \ \ \
| * | | | | | | Fix broken pep8 exclude processing.Monty Taylor2012-08-032-1/+53
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Remove unused variables"Jenkins2012-08-042-6/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Remove unused variablesYun Mao2012-08-032-6/+1
* | | | | | | Merge "Rename _self to self according to Python convention"Jenkins2012-08-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Rename _self to self according to Python conventionYun Mao2012-08-031-1/+1
| |/ / / / / /
* / / / / / / import missing module timeYun Mao2012-08-031-0/+1
|/ / / / / /
* / / / / / Handle InstanceNotFound in libvirt list_instances.Dan Prince2012-08-032-3/+27
|/ / / / /
* | | | | Merge "Fix regression with nova-manage floating list"Jenkins2012-08-031-1/+1
|\ \ \ \ \
| * | | | | Fix regression with nova-manage floating listRay Sun2012-08-031-1/+1
* | | | | | Merge "Simple refactor of some db api tests."Jenkins2012-08-021-14/+15
|\ \ \ \ \ \
| * | | | | | Simple refactor of some db api tests.Alex Meade2012-08-021-14/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge "Check instance lock in compute/api"Jenkins2012-08-027-15/+82
|\ \ \ \ \ \
| * | | | | | Check instance lock in compute/apiDan Smith2012-08-027-15/+82
* | | | | | | Merge "Update usage of 'ip' to handle more return codes"Jenkins2012-08-021-7/+10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Update usage of 'ip' to handle more return codesChuck Short2012-08-021-7/+10
| |/ / / / /
* | / / / / Remove unused importsJoe Gordon2012-08-0214-29/+0
| |/ / / / |/| | | |
* | | | | Use function registration for policy checksKevin L. Mitchell2012-08-022-47/+107
|/ / / /
* | | | Merge "Deprecate root_helper in favor of rootwrap_config"Jenkins2012-08-023-4/+18
|\ \ \ \
| * | | | Deprecate root_helper in favor of rootwrap_configThierry Carrez2012-08-013-4/+18
* | | | | Merge "Clarify TooManyInstances exception message."Jenkins2012-08-024-27/+46
|\ \ \ \ \
| * | | | | Clarify TooManyInstances exception message.Eoghan Glynn2012-08-014-27/+46
* | | | | | Fix a comment typo in db apiShane Wang2012-08-021-1/+1
* | | | | | Merge "Pass a full instance to rotate_backups()."Jenkins2012-08-021-9/+9
|\ \ \ \ \ \
| * | | | | | Pass a full instance to rotate_backups().Russell Bryant2012-08-011-9/+9
* | | | | | | Merge "Remove agent_update from the compute manager."Jenkins2012-08-025-60/+0
|\| | | | | |
| * | | | | | Remove agent_update from the compute manager.Russell Bryant2012-08-015-60/+0
* | | | | | | Merge "Move tests.test_compute_utils into tests.compute."Jenkins2012-08-021-0/+0
|\| | | | | |
| * | | | | | Move tests.test_compute_utils into tests.compute.Russell Bryant2012-08-011-0/+0
* | | | | | | Audit log messages in nova/compute/manager.pyMichael Still2012-08-021-8/+11
* | | | | | | XenAPI: Add script to destroy cached images.Rick Harris2012-08-012-12/+161
* | | | | | | Merge "Don't pass kernel args to Xen HVM instances"Jenkins2012-08-012-1/+10
|\ \ \ \ \ \ \
| * | | | | | | Don't pass kernel args to Xen HVM instancesJim Fehlig2012-08-012-1/+10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Fix typo in db test."Jenkins2012-08-011-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix typo in db test.Alex Meade2012-08-011-2/+2
| |/ / / / / /
* | | | | | | Merge "Avoid using logging in signal handler"Jenkins2012-08-011-16/+35
|\ \ \ \ \ \ \
| * | | | | | | Avoid using logging in signal handlerJohannes Erdfelt2012-08-011-16/+35
| |/ / / / / /
* | | | | | | Merge "Fix issue with filtering where a value is unicode."Jenkins2012-08-012-1/+10
|\ \ \ \ \ \ \
| * | | | | | | Fix issue with filtering where a value is unicode.Alex Meade2012-08-012-1/+10
| |/ / / / / /
* | | | | | | Merge "Fix traceback when using s3."Jenkins2012-08-012-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix traceback when using s3.Chuck Short2012-08-012-3/+3
| |/ / / / / /
* | | | | | | Merge "Fix failed iscsi tgt delete errors with new tgtadm"Jenkins2012-08-012-6/+15
|\ \ \ \ \ \ \