summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Remove old exception typeStanislaw Pitucha2012-08-041-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge "Remove unused InstanceInfo class."Jenkins2012-08-064-37/+0
|\ \ \ \ \ \
| * | | | | | Remove unused InstanceInfo class.Dan Prince2012-08-064-37/+0
* | | | | | | Merge "Remove list_instances_detail from compute drivers."Jenkins2012-08-068-53/+3
|\| | | | | |
| * | | | | | Remove list_instances_detail from compute drivers.Dan Prince2012-08-068-53/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge "Migrate a logging change from common:"Jenkins2012-08-061-6/+8
|\ \ \ \ \ \
| * | | | | | Migrate a logging change from common:Andrew Bogott2012-08-031-6/+8
| |/ / / / /
* | | | | | Merge "Adds per-user-quotas support for more detailed quotas management"Jenkins2012-08-0610-156/+1235
|\ \ \ \ \ \
| * | | | | | Adds per-user-quotas support for more detailed quotas managementKylin CG2012-08-0610-156/+1235
| |/ / / / /
* | | | | | Merge "Improve external lock implementation"Jenkins2012-08-064-290/+61
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Improve external lock implementationStanislaw Pitucha2012-08-044-290/+61
* | | | | | Merge "Only log deprecated config warnings once."Jenkins2012-08-062-1/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Only log deprecated config warnings once.Dan Prince2012-08-052-1/+20
* | | | | | Merge "Handle NetworkNotFound in _shutdown_instance."Jenkins2012-08-052-1/+28
|\ \ \ \ \ \
| * | | | | | Handle NetworkNotFound in _shutdown_instance.Michael Still2012-08-052-1/+28
* | | | | | | Merge "Remove **kwargs from prep_resize in compute manager."Jenkins2012-08-052-18/+9
|\ \ \ \ \ \ \
| * | | | | | | Remove **kwargs from prep_resize in compute manager.Russell Bryant2012-08-032-18/+9
* | | | | | | | Merge "Updates to the prep_resize scheduler rpc call."Jenkins2012-08-0510-54/+96
|\| | | | | | | | |_|/ / / / / |/| | | | | |
| * | | | | | Updates to the prep_resize scheduler rpc call.Russell Bryant2012-08-0310-54/+96
* | | | | | | Merge "Drop AES functions and pycrypto dependency"Jenkins2012-08-052-57/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Drop AES functions and pycrypto dependencyStanislaw Pitucha2012-08-052-57/+0
* | | | | | | Merge "Update reset_db to call setup if _DB is None."Jenkins2012-08-051-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update reset_db to call setup if _DB is None.Dan Prince2012-08-031-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Simplify file hashing"Jenkins2012-08-051-1/+2
|\ \ \ \ \ \
| * | | | | | Simplify file hashingStanislaw Pitucha2012-08-051-1/+2
* | | | | | | Merge "Fix test classes collision"Jenkins2012-08-051-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix test classes collisionStanislaw Pitucha2012-08-041-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Fix notification logic"Jenkins2012-08-052-2/+21
|\ \ \ \ \ \
| * | | | | | Fix notification logicStanislaw Pitucha2012-08-042-2/+21
| |/ / / / /
* | | | | | Merge "Remove unused variables"Jenkins2012-08-041-5/+3
|\ \ \ \ \ \
| * | | | | | Remove unused variablesStanislaw Pitucha2012-08-041-5/+3
| |/ / / / /
* | | | | | Merge "Update list_instances to catch libvirtError."Jenkins2012-08-042-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update list_instances to catch libvirtError.Dan Prince2012-08-032-3/+3
* | | | | | 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 "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 "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
|\ \ \ \ \