| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | tests: avoid traceback warning in test_live_migration | Pádraig Brady | 2012-08-06 | 1 | -1/+9 | |
| | |/ / / | ||||||
| * | | | | Merge "Remove list_instances_detail from compute drivers." | Jenkins | 2012-08-06 | 1 | -6/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove list_instances_detail from compute drivers. | Dan Prince | 2012-08-06 | 1 | -6/+2 | |
| * | | | | | Merge "Adds per-user-quotas support for more detailed quotas management" | Jenkins | 2012-08-06 | 2 | -62/+548 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Adds per-user-quotas support for more detailed quotas management | Kylin CG | 2012-08-06 | 2 | -62/+548 | |
| | |/ / / / | ||||||
| * | | | | | Merge "Improve external lock implementation" | Jenkins | 2012-08-06 | 2 | -177/+15 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Improve external lock implementation | Stanislaw Pitucha | 2012-08-04 | 2 | -177/+15 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge "Only log deprecated config warnings once." | Jenkins | 2012-08-06 | 1 | -0/+6 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Only log deprecated config warnings once. | Dan Prince | 2012-08-05 | 1 | -0/+6 | |
| * | | | | Merge "Handle NetworkNotFound in _shutdown_instance." | Jenkins | 2012-08-05 | 1 | -0/+23 | |
| |\ \ \ \ | ||||||
| | * | | | | Handle NetworkNotFound in _shutdown_instance. | Michael Still | 2012-08-05 | 1 | -0/+23 | |
| * | | | | | Merge "Remove **kwargs from prep_resize in compute manager." | Jenkins | 2012-08-05 | 1 | -16/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove **kwargs from prep_resize in compute manager. | Russell Bryant | 2012-08-03 | 1 | -16/+8 | |
| * | | | | | | Merge "Updates to the prep_resize scheduler rpc call." | Jenkins | 2012-08-05 | 4 | -21/+35 | |
| |\| | | | | | |_|/ / / |/| | | | | ||||||
| | * | | | | Updates to the prep_resize scheduler rpc call. | Russell Bryant | 2012-08-03 | 4 | -21/+35 | |
| * | | | | | Merge "Drop AES functions and pycrypto dependency" | Jenkins | 2012-08-05 | 1 | -17/+0 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Drop AES functions and pycrypto dependency | Stanislaw Pitucha | 2012-08-05 | 1 | -17/+0 | |
| * | | | | | Merge "Update reset_db to call setup if _DB is None." | Jenkins | 2012-08-05 | 1 | -0/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Update reset_db to call setup if _DB is None. | Dan Prince | 2012-08-03 | 1 | -0/+2 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge "Fix test classes collision" | Jenkins | 2012-08-05 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix test classes collision | Stanislaw Pitucha | 2012-08-04 | 1 | -2/+2 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge "Fix notification logic" | Jenkins | 2012-08-05 | 1 | -0/+19 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix notification logic | Stanislaw Pitucha | 2012-08-04 | 1 | -0/+19 | |
| | |/ / / | ||||||
| * | | | | Merge "Update list_instances to catch libvirtError." | Jenkins | 2012-08-04 | 1 | -2/+2 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Update list_instances to catch libvirtError. | Dan Prince | 2012-08-03 | 1 | -2/+2 | |
| | | |/ | |/| | ||||||
| * | | | Merge "fix unmounting of LXC containers" | Jenkins | 2012-08-04 | 1 | -0/+64 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | fix unmounting of LXC containers | Pádraig Brady | 2012-08-02 | 1 | -0/+64 | |
| * | | | Handle InstanceNotFound in libvirt list_instances. | Dan Prince | 2012-08-03 | 1 | -0/+16 | |
| | |/ |/| | ||||||
| * | | Merge "Simple refactor of some db api tests." | Jenkins | 2012-08-02 | 1 | -14/+15 | |
| |\ \ | ||||||
| | * | | Simple refactor of some db api tests. | Alex Meade | 2012-08-02 | 1 | -14/+15 | |
| | |/ | ||||||
| * | | Merge "Check instance lock in compute/api" | Jenkins | 2012-08-02 | 3 | -3/+17 | |
| |\ \ | ||||||
| | * | | Check instance lock in compute/api | Dan Smith | 2012-08-02 | 3 | -3/+17 | |
| | |/ | ||||||
| * / | Remove unused imports | Joe Gordon | 2012-08-02 | 3 | -4/+0 | |
| |/ | ||||||
| * | Merge "Clarify TooManyInstances exception message." | Jenkins | 2012-08-02 | 2 | -20/+35 | |
| |\ | ||||||
| | * | Clarify TooManyInstances exception message. | Eoghan Glynn | 2012-08-01 | 2 | -20/+35 | |
| * | | Merge "Remove agent_update from the compute manager." | Jenkins | 2012-08-02 | 2 | -26/+0 | |
| |\ \ | ||||||
| | * | | Remove agent_update from the compute manager. | Russell Bryant | 2012-08-01 | 2 | -26/+0 | |
| * | | | Merge "Move tests.test_compute_utils into tests.compute." | Jenkins | 2012-08-02 | 1 | -0/+0 | |
| |\| | | ||||||
| | * | | Move tests.test_compute_utils into tests.compute. | Russell Bryant | 2012-08-01 | 1 | -0/+0 | |
| * | | | Merge "Don't pass kernel args to Xen HVM instances" | Jenkins | 2012-08-01 | 1 | -0/+9 | |
| |\ \ \ | ||||||
| | * | | | Don't pass kernel args to Xen HVM instances | Jim Fehlig | 2012-08-01 | 1 | -0/+9 | |
| * | | | | Merge "Fix typo in db test." | Jenkins | 2012-08-01 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix typo in db test. | Alex Meade | 2012-08-01 | 1 | -2/+2 | |
| | |/ / / | ||||||
| * | | | | Merge "Fix issue with filtering where a value is unicode." | Jenkins | 2012-08-01 | 1 | -0/+9 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix issue with filtering where a value is unicode. | Alex Meade | 2012-08-01 | 1 | -0/+9 | |
| | |/ / / | ||||||
| * | | | | Merge "Fix traceback when using s3." | Jenkins | 2012-08-01 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix traceback when using s3. | Chuck Short | 2012-08-01 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge "Fix failed iscsi tgt delete errors with new tgtadm" | Jenkins | 2012-08-01 | 1 | -1/+4 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Fix failed iscsi tgt delete errors with new tgtadm | John Griffith | 2012-08-01 | 1 | -1/+4 | |
| * | | | | Send a full instance in terminate_instance. | Russell Bryant | 2012-08-01 | 3 | -96/+112 | |
| | |/ / |/| | | ||||||
