summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-044-2/+4
| |\ \ \
| * \ \ \ Merged trunk rev 758.Masanori Itoh2011-03-0442-255/+1114
| |\ \ \ \
| * | | | | 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
* | | | | | | Addresses bugs 704985 and 705453 by:Kevin L. Mitchell2011-03-072-2/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Create --paste_config flag defaulting to api-paste.ini and mv etc/nova-api.co...Kevin L. Mitchell2011-03-072-2/+5
|/ / / / / /
* | | | | | Implementation for XenServer migrations. There are several places for optimiz...Cerberus2011-03-0720-62/+943
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge from trunkmatt.dietz@rackspace.com2011-03-072-3/+19
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Fix renaming of instance fields using update_instance api method.Todd Willey2011-03-052-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 for instance-delete logging in case instance_id comes through as a str...Rick Harris2011-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-0342-262/+1114
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | This fix changes a tag contained in the DescribeKeyPairs response from <keypa...Masanori Itoh2011-03-034-2/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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
|\ \ \ \ \
| * | | | | 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
| * | | | Updated Authors and .mailmapMasanori Itoh2011-03-032-0/+2
| * | | | Merged to rev 757.Masanori Itoh2011-03-0342-255/+1114
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | merges dynamic instance types blueprint (http://wiki.openstack.org/ConfigureI...Ken Pepple2011-03-0329-184/+748
|\ \ \ \ \
| * | | | | moved migration to 008 (sigh)Ken Pepple2011-03-021-0/+0
| * | | | | merged trunkKen Pepple2011-03-0217-71/+366
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Very simple change checking for < 0 values in "limit" and "offset" GET parame...Brian Lamar2011-03-032-1/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merged trunkBrian Lamar2011-03-016-4/+51
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Edited `nova.api.openstack.common:limited` method to raise an HTTPBadRequestBrian Lamar2011-02-282-1/+28
* | | | | | | Fixes Bug #715424: nova-manage : create network crashes when subnet range pro...Ricardo Carrillo Cruz2011-03-031-0/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Fixed pep8 issues, applied jaypipes suggestionRicardo Carrillo Cruz2011-03-01311-4519/+29162
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Deleted trailing whitespaceRicardo Carrillo Cruz2011-02-231-1/+1
| * | | | | | | Fixes lp715424, code now checks network range can fit num_networks * network_...Ricardo Carrillo Cruz2011-02-231-0/+5
* | | | | | | | Provide the ability to rescue and unrescue a XenServer instance.Josh Kearney2011-03-0213-62/+220
|\ \ \ \ \ \ \ \
| * | | | | | | | Updated docstringsJosh Kearney2011-03-021-2/+12
| * | | | | | | | Review feedbackJosh Kearney2011-03-012-38/+46
| * | | | | | | | Fixed trunk merge issuesJosh Kearney2011-03-012-2/+2
| * | | | | | | | Merged trunkJosh Kearney2011-03-01190-1274/+2476
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Bootlock original instance during rescueJosh Kearney2011-02-251-0/+15
| * | | | | | | | Removed unnecessary compute importJosh Kearney2011-02-251-2/+0