| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed based on reviewer's comment. | Kei Masumoto | 2011-03-10 | 10 | -94/+85 |
| * | merged to trunk rev 769 | Kei Masumoto | 2011-03-09 | 29 | -109/+940 |
| |\ | |||||
| | * | Fixes lp730960 - mangled instance creation in virt drivers due to improper me... | matt.dietz@rackspace.com | 2011-03-08 | 5 | -31/+63 |
| | |\ | |||||
| | | * | Pep8 fixes | matt.dietz@rackspace.com | 2011-03-08 | 3 | -1/+4 |
| | | * | Accidentally left some bad data around | matt.dietz@rackspace.com | 2011-03-08 | 1 | -0/+5 |
| | | * | Merge from trunk | Cerberus | 2011-03-08 | 3 | -26/+38 |
| | | |\ | |||||
| | | * | | Nits | Cerberus | 2011-03-08 | 1 | -2/+2 |
| | | * | | Some more refactoring and a tighter unit test | matt.dietz@rackspace.com | 2011-03-07 | 4 | -24/+39 |
| | | * | | A few more changes | matt.dietz@rackspace.com | 2011-03-07 | 3 | -17/+8 |
| | | * | | And unit tests | matt.dietz@rackspace.com | 2011-03-07 | 3 | -1/+10 |
| | | * | | First part of the bug fix | Cerberus | 2011-03-07 | 3 | -6/+15 |
| | * | | | Merging trunk | Rick Harris | 2011-03-08 | 2 | -1/+1 |
| | |\ \ \ | |||||
| | | * \ \ | Fix the bug where fakerabbit is doing a sort of prefix matching on the AMQP r... | Justin Santa Barbara | 2011-03-08 | 2 | -1/+1 |
| | | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | | * | | Reverted bad-fix to sqlalchemy code | Justin Santa Barbara | 2011-02-23 | 1 | -3/+1 |
| | | | * | | Merged with trunk | Justin Santa Barbara | 2011-02-23 | 21 | -121/+521 |
| | | | |\ \ | |||||
| | | | * | | | Don't blindly concatenate queue name if second portiion is None | Justin Santa Barbara | 2011-02-22 | 1 | -1/+3 |
| | | | * | | | Missing import for nova.exceptions (!) | Justin Santa Barbara | 2011-02-22 | 1 | -0/+1 |
| | | | * | | | We're not using prefix matching on AMQP, so fakerabbit shouldn't be doing it! | Justin Santa Barbara | 2011-02-22 | 1 | -1/+0 |
| | * | | | | | Fixing tests | Rick Harris | 2011-03-08 | 1 | -5/+10 |
| | * | | | | | Use disk_format and container_format instead of image type | Rick Harris | 2011-03-08 | 2 | -9/+11 |
| | |/ / / / | |||||
| | * | | | | refactored up nova/virt/xenapi/vmops _get_vm_opaque_ref() | Trey Morris | 2011-03-08 | 1 | -25/+28 |
| | |\ \ \ \ | |||||
| | | * | | | | virt.xenapi.vmops._get_vm_opaque_ref changed vm to vm_ref and ref to obj | Trey Morris | 2011-03-07 | 1 | -5/+5 |
| | | * | | | | virt.xenapi.vmops._get_vm_opaque_ref assumes VM.get_record raises | Trey Morris | 2011-03-07 | 1 | -7/+5 |
| | | * | | | | virt.xenapi.vmops._get_vm_opaque_ref checks for basestring instance instead o... | Trey Morris | 2011-03-07 | 1 | -1/+1 |
| | | * | | | | virt.xenapi.vmops._get_vm_opaque_ref exception caught properly | Trey Morris | 2011-03-07 | 1 | -7/+10 |
| | | * | | | | cleaned up virt.xenapi.vmops._get_vm_opaque_ref. more reliable approach to ch... | Trey Morris | 2011-03-07 | 1 | -21/+23 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | This fix is an updated version of Todd's lp720157. Adds SignatureVersion chec... | Masanori Itoh | 2011-03-08 | 1 | -0/+6 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merged to trunk rev 760, and fixed comment line indent according to Jay's com... | Masanori Itoh | 2011-03-06 | 4 | -6/+22 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merged to trunk rev 759. | Masanori Itoh | 2011-03-04 | 2 | -2/+2 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merged trunk rev 758. | Masanori Itoh | 2011-03-04 | 27 | -116/+855 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Port Todd's lp720157 fix to the current trunk, rev 752. | Masanori Itoh | 2011-03-03 | 1 | -0/+6 |
| | * | | | | | | | | Inhibit inclusion of stack traces in the logs UNLESS --verbose has been speci... | Kevin L. Mitchell | 2011-03-07 | 1 | -1/+4 |
| | |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| | | * | | | | | | | Suppress stack traces unless --verbose is specified | Kevin L. Mitchell | 2011-02-28 | 1 | -1/+4 |
| | * | | | | | | | | Merge from trunk | matt.dietz@rackspace.com | 2011-03-07 | 2 | -3/+19 |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| | | * | | | | | | | Fix renaming of instance fields using update_instance method. | Todd Willey | 2011-03-04 | 2 | -3/+19 |
| | * | | | | | | | | Merge prop changes and test fixes | matt.dietz@rackspace.com | 2011-03-07 | 3 | -33/+27 |
| | * | | | | | | | | Merge from trunk | Cerberus | 2011-03-04 | 1 | -2/+2 |
| | |\| | | | | | | | |||||
| | | * | | | | | | | Use %s in case instance_id came through as a string | Rick Harris | 2011-03-03 | 1 | -2/+2 |
| | | | |_|_|/ / / | | |/| | | | | | |||||
| | * | | | | | | | More fixes | Cerberus | 2011-03-04 | 6 | -21/+22 |
| | * | | | | | | | Renaming my migration yet again | Cerberus | 2011-03-03 | 1 | -0/+0 |
| | * | | | | | | | Merge from trunk, conflict resolution and merge prop fixes | Cerberus | 2011-03-03 | 28 | -125/+854 |
| | |\| | | | | | | |||||
| | | * | | | | | | Merged to trunk rev 758. | Masanori Itoh | 2011-03-04 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | | | * | | | | | Fix regression in the way libvirt_conn gets its instance_types | Thierry Carrez | 2011-03-03 | 1 | -1/+1 |
| | | * | | | | | | Updated DescribeKeyPairs response tag checked in nova/tests/test_cloud.py | Masanori Itoh | 2011-03-04 | 1 | -1/+1 |
| | | * | | | | | | Merged to rev 757. | Masanori Itoh | 2011-03-03 | 27 | -116/+855 |
| | | |\| | | | | | |||||
| | | * | | | | | | Change DescribeKeyPairs response tag from keypairsSet to keySet, and fix lp72... | Masanori Itoh | 2011-03-03 | 1 | -1/+1 |
| | | | |_|/ / / | | |/| | | | | |||||
| | * | | | | | | merge fixes | Cerberus | 2011-03-02 | 3 | -30/+26 |
| | * | | | | | | Merge from trunk | Cerberus | 2011-03-02 | 2 | -2/+39 |
| | |\| | | | | | |||||
| | * | | | | | | Merge from trunk and mega conflict resolution | Cerberus | 2011-02-28 | 11 | -92/+425 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Merge review fixes | Cerberus | 2011-02-28 | 2 | -13/+31 |
