Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrects incorrect openstack api responses for metadata (numeric/string conve... | Ken Pepple | 2011-04-08 | 1 | -2/+2 |
|\ | |||||
| * | merged trunk | Ken Pepple | 2011-04-06 | 5 | -15/+118 |
| |\ | |||||
| * | | correct test for numeric/string metadata value conversion | Ken Pepple | 2011-04-04 | 1 | -2/+2 |
* | | | Implement a mechanism to enforce a configurable quota limit for image metadat... | Dan Prince | 2011-04-08 | 1 | -0/+39 |
|\ \ \ | |||||
| * \ \ | Merge w/ trunk. | Dan Prince | 2011-04-05 | 3 | -8/+160 |
| |\ \ \ | |||||
| * | | | | Limit image metadata to the configured metadata quota for a project. | Dan Prince | 2011-03-31 | 1 | -0/+39 |
* | | | | | Fixes issues with describe instances due to improperly set metadata. | Vishvananda Ishaya | 2011-04-08 | 3 | -15/+11 |
|\ \ \ \ \ | |||||
| * | | | | | fix tests from moving access check into update and delete | Vishvananda Ishaya | 2011-04-07 | 1 | -4/+4 |
| * | | | | | merged trunk | Vishvananda Ishaya | 2011-04-07 | 15 | -62/+162 |
| |\ \ \ \ \ | |||||
| * | | | | | | update and fix tests | Vishvananda Ishaya | 2011-04-05 | 1 | -9/+7 |
| * | | | | | | merged trunk | Vishvananda Ishaya | 2011-04-05 | 3 | -8/+160 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | remove all references to image_type and change nova-manage upload to set cont... | Vishvananda Ishaya | 2011-03-30 | 1 | -2/+0 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Keep guest instances when libvirt host restarts | Justin Santa Barbara | 2011-04-07 | 1 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix unit test to reflect fact that instance is no longer deleted, just marked... | Justin Santa Barbara | 2011-03-29 | 1 | -1/+2 |
* | | | | | | | Added support for listing addresses of a server in the openstack api. | Naveed Massjouni | 2011-04-07 | 1 | -0/+78 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge from trunk | Naveed Massjouni | 2011-04-06 | 4 | -14/+86 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Added support for listing addresses of a server in the openstack api. | Naveed Massjouni | 2011-04-06 | 1 | -0/+78 |
* | | | | | | | | | This fixes how the metadata and addresses collections are serialized in xml r... | Naveed Massjouni | 2011-04-07 | 1 | -0/+36 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | Merge from trunk | Naveed Massjouni | 2011-04-06 | 4 | -14/+86 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Removing naughty semicolon. | Naveed Massjouni | 2011-04-05 | 1 | -1/+1 |
| * | | | | | | Merge from trunk | Naveed Massjouni | 2011-04-05 | 1 | -1/+32 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Fixed the addresses and metadata collections in xml responses. | Naveed Massjouni | 2011-04-05 | 1 | -0/+36 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | This branch is a patch for fixing below issue. | Kei Masumoto | 2011-04-07 | 1 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix bug 746821 | Kei Masumoto | 2011-04-05 | 1 | -1/+2 |
| |/ / / / / | |||||
* | | | | | | Update instances table to use instance_type_id instead of the old instance_ty... | Dan Prince | 2011-04-07 | 10 | -40/+67 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge w/ trunk. | Dan Prince | 2011-04-07 | 5 | -15/+118 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Merge w/ trunk. | Dan Prince | 2011-04-04 | 2 | -7/+60 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Refactor so that instances.instance_type is now instances.instance_type_id. | Dan Prince | 2011-04-04 | 10 | -40/+67 |
* | | | | | | | Renamed computeFault back to cloudServersFault in an effort to maintain consi... | Josh Kearney | 2011-04-07 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Renamed computeFault to cloudServersFault | Josh Kearney | 2011-04-07 | 1 | -4/+4 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | fixed the way ip6 address were retrieved/returned in _get_network_info in nov... | Trey Morris | 2011-04-07 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | updated check_vm_record in test_xenapi to check the gateway6 correctly | Trey Morris | 2011-04-06 | 1 | -3/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merged with trunk, fixed up test that wasn't checking namespace | Justin Santa Barbara | 2011-04-06 | 3 | -8/+161 |
|\| | | | | | |||||
| * | | | | | fix bug lp:682888 - DescribeImages has no unit tests. | John Tran | 2011-04-05 | 1 | -1/+32 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | adding unit tests for describe_images | John Tran | 2011-03-29 | 1 | -5/+26 |
| | * | | | | initial unit test for describe images | John Tran | 2011-03-29 | 1 | -0/+10 |
| | | |/ / | | |/| | | |||||
| * | | | | Don't prefix adminPass with the first 4 chars of the instance name. | Josh Kearney | 2011-04-04 | 1 | -4/+2 |
| |\ \ \ \ | |||||
| | * | | | | Don't include first 4 chars of instance name in adminPass | Josh Kearney | 2011-03-31 | 1 | -4/+2 |
| | | |_|/ | | |/| | | |||||
| * | | | | Attempt to circumvent errors in the API from improper/malformed responses fro... | Brian Lamar | 2011-04-04 | 1 | -2/+55 |
| |\ \ \ \ | |||||
| | * | | | | Fixes error which occurs when no name is specified for an image. | Brian Lamar | 2011-04-04 | 1 | -2/+55 |
| | | |_|/ | | |/| | | |||||
| * | | | | corrected capitalization of openstack api status and added tests | Ken Pepple | 2011-04-04 | 1 | -0/+2 |
| * | | | | merge trunk | Ken Pepple | 2011-04-04 | 16 | -179/+1583 |
| |\| | | | |||||
| | * | | | merge lp:nova | Mark Washenberger | 2011-03-31 | 16 | -179/+1515 |
| | |\| | | |||||
| | * | | | merge lp:nova | Mark Washenberger | 2011-03-29 | 3 | -9/+58 |
| | |\ \ \ | |||||
| | * \ \ \ | merge lp:nova | Mark Washenberger | 2011-03-28 | 2 | -9/+12 |
| | |\ \ \ \ | |||||
| | * | | | | | lock down requirements for change password | Mark Washenberger | 2011-03-28 | 1 | -0/+27 |
| | * | | | | | style changes | Mark Washenberger | 2011-03-28 | 1 | -5/+0 |
| | * | | | | | merge lp:nova | Mark Washenberger | 2011-03-28 | 1 | -2/+56 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge lp:nova | Mark Washenberger | 2011-03-25 | 42 | -963/+3606 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | add changePassword action to os api v1.1 | Mark Washenberger | 2011-03-23 | 1 | -0/+46 |