| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged with trunk and fixed conflict. Sigh. | Justin Santa Barbara | 2011-03-07 | 3 | -3/+9 |
| |\ | |||||
| | * | 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 |
| | * | | Addresses bugs 704985 and 705453 by: | Kevin L. Mitchell | 2011-03-07 | 2 | -2/+5 |
| | |\ \ | |||||
| | | * | | Create --paste_config flag defaulting to api-paste.ini and mv etc/nova-api.co... | Kevin L. Mitchell | 2011-03-07 | 2 | -2/+5 |
| | |/ / | |||||
| * | | | Converted tabs to spaces in bin/nova-api | Justin Santa Barbara | 2011-03-07 | 1 | -1/+1 |
| * | | | A few formatting niceties | Justin Santa Barbara | 2011-03-07 | 1 | -5/+6 |
| * | | | Merge with trunk, resolve conflicts and refactor | Justin Santa Barbara | 2011-03-07 | 266 | -2130/+6587 |
| |\| | | |||||
| | * | | Implementation for XenServer migrations. There are several places for optimiz... | Cerberus | 2011-03-07 | 20 | -62/+943 |
| | |\ \ | |||||
| | | * \ | Merge from trunk | matt.dietz@rackspace.com | 2011-03-07 | 2 | -3/+19 |
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | Fix renaming of instance fields using update_instance api method. | Todd Willey | 2011-03-05 | 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 for instance-delete logging in case instance_id comes through as a str... | Rick Harris | 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 | 42 | -262/+1114 |
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | This fix changes a tag contained in the DescribeKeyPairs response from <keypa... | Masanori Itoh | 2011-03-03 | 4 | -2/+4 |
| | |\ \ \ | |||||
| | | * \ \ | 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 |
| | |\ \ \ \ | |||||
| | | * | | | | 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 |
| | | * | | | Updated Authors and .mailmap | Masanori Itoh | 2011-03-03 | 2 | -0/+2 |
| | | * | | | Merged to rev 757. | Masanori Itoh | 2011-03-03 | 42 | -255/+1114 |
| | | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | | merges dynamic instance types blueprint (http://wiki.openstack.org/ConfigureI... | Ken Pepple | 2011-03-03 | 29 | -184/+748 |
| | |\ \ \ \ | |||||
| | | * | | | | moved migration to 008 (sigh) | Ken Pepple | 2011-03-02 | 1 | -0/+0 |
| | | * | | | | merged trunk | Ken Pepple | 2011-03-02 | 17 | -71/+366 |
| | | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | | Very simple change checking for < 0 values in "limit" and "offset" GET parame... | Brian Lamar | 2011-03-03 | 2 | -1/+28 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merged trunk | Brian Lamar | 2011-03-01 | 6 | -4/+51 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Edited `nova.api.openstack.common:limited` method to raise an HTTPBadRequest | Brian Lamar | 2011-02-28 | 2 | -1/+28 |
| | * | | | | | | | Fixes Bug #715424: nova-manage : create network crashes when subnet range pro... | Ricardo Carrillo Cruz | 2011-03-03 | 1 | -0/+5 |
| | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Fixed pep8 issues, applied jaypipes suggestion | Ricardo Carrillo Cruz | 2011-03-01 | 311 | -4519/+29162 |
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | |||||
| | | * | | | | | | | Deleted trailing whitespace | Ricardo Carrillo Cruz | 2011-02-23 | 1 | -1/+1 |
| | | * | | | | | | | Fixes lp715424, code now checks network range can fit num_networks * network_... | Ricardo Carrillo Cruz | 2011-02-23 | 1 | -0/+5 |
| | * | | | | | | | | Provide the ability to rescue and unrescue a XenServer instance. | Josh Kearney | 2011-03-02 | 13 | -62/+220 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Updated docstrings | Josh Kearney | 2011-03-02 | 1 | -2/+12 |
| | | * | | | | | | | | Review feedback | Josh Kearney | 2011-03-01 | 2 | -38/+46 |
| | | * | | | | | | | | Fixed trunk merge issues | Josh Kearney | 2011-03-01 | 2 | -2/+2 |
| | | * | | | | | | | | Merged trunk | Josh Kearney | 2011-03-01 | 190 | -1274/+2476 |
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | |||||
| | | * | | | | | | | | Bootlock original instance during rescue | Josh Kearney | 2011-02-25 | 1 | -0/+15 |
| | | * | | | | | | | | Removed unnecessary compute import | Josh Kearney | 2011-02-25 | 1 | -2/+0 |
| | | * | | | | | | | | Set rescue instance VIF device | Josh Kearney | 2011-02-25 | 2 | -4/+21 |
| | | * | | | | | | | | Teardown rescue instance | Josh Kearney | 2011-02-25 | 1 | -13/+21 |
| | | * | | | | | | | | Merged trunk | Josh Kearney | 2011-02-25 | 36 | -181/+277 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Create rescue instance | Josh Kearney | 2011-02-25 | 2 | -31/+45 |
| | | * | | | | | | | | | Merged trunk | Josh Kearney | 2011-02-24 | 4 | -24/+154 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | nothing | Josh Kearney | 2011-02-24 | 1 | -24/+16 |
| | | * | | | | | | | | | | Merged trunk | Josh Kearney | 2011-02-24 | 43 | -364/+1677 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
