summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged with trunk and fixed conflict. Sigh.Justin Santa Barbara2011-03-073-3/+9
|\
| * 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
| |/ /
* | | Converted tabs to spaces in bin/nova-apiJustin Santa Barbara2011-03-071-1/+1
* | | A few formatting nicetiesJustin Santa Barbara2011-03-071-5/+6
* | | Merge with trunk, resolve conflicts and refactorJustin Santa Barbara2011-03-07266-2130/+6587
|\| |
| * | 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
| | * | | | | | | | Set rescue instance VIF deviceJosh Kearney2011-02-252-4/+21
| | * | | | | | | | Teardown rescue instanceJosh Kearney2011-02-251-13/+21
| | * | | | | | | | Merged trunkJosh Kearney2011-02-2536-181/+277
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Create rescue instanceJosh Kearney2011-02-252-31/+45
| | * | | | | | | | | Merged trunkJosh Kearney2011-02-244-24/+154
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | nothingJosh Kearney2011-02-241-24/+16
| | * | | | | | | | | | Merged trunkJosh Kearney2011-02-2443-364/+1677
| | |\ \ \ \ \ \ \ \ \ \