summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* fixed based on reviewer's comment.Kei Masumoto2011-03-1010-94/+85
* merged to trunk rev 769Kei Masumoto2011-03-0929-109/+940
|\
| * Fixes lp730960 - mangled instance creation in virt drivers due to improper me...matt.dietz@rackspace.com2011-03-085-31/+63
| |\
| | * Pep8 fixesmatt.dietz@rackspace.com2011-03-083-1/+4
| | * Accidentally left some bad data aroundmatt.dietz@rackspace.com2011-03-081-0/+5
| | * Merge from trunkCerberus2011-03-083-26/+38
| | |\
| | * | NitsCerberus2011-03-081-2/+2
| | * | Some more refactoring and a tighter unit testmatt.dietz@rackspace.com2011-03-074-24/+39
| | * | A few more changesmatt.dietz@rackspace.com2011-03-073-17/+8
| | * | And unit testsmatt.dietz@rackspace.com2011-03-073-1/+10
| | * | First part of the bug fixCerberus2011-03-073-6/+15
| * | | Merging trunkRick Harris2011-03-082-1/+1
| |\ \ \
| | * \ \ Fix the bug where fakerabbit is doing a sort of prefix matching on the AMQP r...Justin Santa Barbara2011-03-082-1/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Reverted bad-fix to sqlalchemy codeJustin Santa Barbara2011-02-231-3/+1
| | | * | Merged with trunkJustin Santa Barbara2011-02-2321-121/+521
| | | |\ \
| | | * | | Don't blindly concatenate queue name if second portiion is NoneJustin Santa Barbara2011-02-221-1/+3
| | | * | | Missing import for nova.exceptions (!)Justin Santa Barbara2011-02-221-0/+1
| | | * | | We're not using prefix matching on AMQP, so fakerabbit shouldn't be doing it!Justin Santa Barbara2011-02-221-1/+0
| * | | | | Fixing testsRick Harris2011-03-081-5/+10
| * | | | | Use disk_format and container_format instead of image typeRick Harris2011-03-082-9/+11
| |/ / / /
| * | | | refactored up nova/virt/xenapi/vmops _get_vm_opaque_ref() Trey Morris2011-03-081-25/+28
| |\ \ \ \
| | * | | | virt.xenapi.vmops._get_vm_opaque_ref changed vm to vm_ref and ref to objTrey Morris2011-03-071-5/+5
| | * | | | virt.xenapi.vmops._get_vm_opaque_ref assumes VM.get_record raisesTrey Morris2011-03-071-7/+5
| | * | | | virt.xenapi.vmops._get_vm_opaque_ref checks for basestring instance instead o...Trey Morris2011-03-071-1/+1
| | * | | | virt.xenapi.vmops._get_vm_opaque_ref exception caught properlyTrey Morris2011-03-071-7/+10
| | * | | | cleaned up virt.xenapi.vmops._get_vm_opaque_ref. more reliable approach to ch...Trey Morris2011-03-071-21/+23
| | | |_|/ | | |/| |
| * | | | This fix is an updated version of Todd's lp720157. Adds SignatureVersion chec...Masanori Itoh2011-03-081-0/+6
| |\ \ \ \
| | * \ \ \ Merged to trunk rev 760, and fixed comment line indent according to Jay's com...Masanori Itoh2011-03-064-6/+22
| | |\ \ \ \
| | * \ \ \ \ Merged to trunk rev 759.Masanori Itoh2011-03-042-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged trunk rev 758.Masanori Itoh2011-03-0427-116/+855
| | |\ \ \ \ \ \
| | * | | | | | | Port Todd's lp720157 fix to the current trunk, rev 752.Masanori Itoh2011-03-031-0/+6
| * | | | | | | | Inhibit inclusion of stack traces in the logs UNLESS --verbose has been speci...Kevin L. Mitchell2011-03-071-1/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Suppress stack traces unless --verbose is specifiedKevin L. Mitchell2011-02-281-1/+4
| * | | | | | | | Merge from trunkmatt.dietz@rackspace.com2011-03-072-3/+19
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Fix renaming of instance fields using update_instance method.Todd Willey2011-03-042-3/+19
| * | | | | | | | Merge prop changes and test fixesmatt.dietz@rackspace.com2011-03-073-33/+27
| * | | | | | | | Merge from trunkCerberus2011-03-041-2/+2
| |\| | | | | | |
| | * | | | | | | Use %s in case instance_id came through as a stringRick Harris2011-03-031-2/+2
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | More fixesCerberus2011-03-046-21/+22
| * | | | | | | Renaming my migration yet againCerberus2011-03-031-0/+0
| * | | | | | | Merge from trunk, conflict resolution and merge prop fixesCerberus2011-03-0328-125/+854
| |\| | | | | |
| | * | | | | | Merged to trunk rev 758.Masanori Itoh2011-03-041-1/+1
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | Fix regression in the way libvirt_conn gets its instance_typesThierry Carrez2011-03-031-1/+1
| | * | | | | | Updated DescribeKeyPairs response tag checked in nova/tests/test_cloud.pyMasanori Itoh2011-03-041-1/+1
| | * | | | | | Merged to rev 757.Masanori Itoh2011-03-0327-116/+855
| | |\| | | | |
| | * | | | | | Change DescribeKeyPairs response tag from keypairsSet to keySet, and fix lp72...Masanori Itoh2011-03-031-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | merge fixesCerberus2011-03-023-30/+26
| * | | | | | Merge from trunkCerberus2011-03-022-2/+39
| |\| | | | |
| * | | | | | Merge from trunk and mega conflict resolutionCerberus2011-02-2811-92/+425
| |\ \ \ \ \ \
| * | | | | | | Merge review fixesCerberus2011-02-282-13/+31