summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| * Add ipv4 and ipv6 validationAlex Meade2012-01-161-2/+33
* | Merge "Add tests for volume list and detail through new volume api, and fix e...Jenkins2012-01-171-0/+28
|\ \
| * | Add tests for volume list and detail through new volume api, and fix error th...Anthony Young2012-01-161-0/+28
* | | Merge "Update some extensions (1)"Jenkins2012-01-168-218/+189
|\ \ \
| * | | Update some extensions (1)Kevin L. Mitchell2012-01-168-218/+189
* | | | Fixed the log linePhilip Knouff2012-01-161-1/+1
| |/ / |/| |
* | | Merge "Update some extensions (2)"Jenkins2012-01-162-77/+110
|\ \ \
| * | | Update some extensions (2)Kevin L. Mitchell2012-01-162-77/+110
| |/ /
* | | Merge "Increase robustness of image filtering by server"Jenkins2012-01-162-5/+11
|\ \ \
| * | | Increase robustness of image filtering by serverBrian Waldon2012-01-162-5/+11
| |/ /
* | | Merge "Remove unused extension decorator require_admin"Jenkins2012-01-161-11/+0
|\ \ \ | |/ / |/| |
| * | Remove unused extension decorator require_adminBrian Waldon2012-01-151-11/+0
| |/
* / Implement BP untie-nova-network-modelsJason Kölker2012-01-165-77/+168
|/
* Fix volume api typoDean Troyer2012-01-141-1/+1
* Convert nova.volume.api.API to use volume objectsBrian Waldon2012-01-135-49/+70
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-1313-21/+0
* Merge "have all quota errors return an http 413"Jenkins2012-01-131-1/+2
|\
| * have all quota errors return an http 413Alex Meade2012-01-131-1/+2
* | Refactor request and action extensions.Kevin L. Mitchell2012-01-135-88/+458
|/
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-1383-228/+1210
* Merge "Ensure nova is compatible with WebOb 1.2+"Jenkins2012-01-133-4/+5
|\
| * Ensure nova is compatible with WebOb 1.2+Brian Lamar2012-01-123-4/+5
* | Make authz failures use proper response codeVishvananda Ishaya2012-01-121-0/+3
* | Remove network_api from Servers ControllerBrian Waldon2012-01-121-2/+0
|/
* Merge "Unbreak start instance and fixes bug 905270"Jenkins2012-01-123-29/+99
|\
| * Unbreak start instance and fixes bug 905270Isaku Yamahata2012-01-123-29/+99
* | Merge "Add 'os-networks' extension"Jenkins2012-01-122-0/+128
|\ \
| * | Add 'os-networks' extensionBrian Waldon2011-12-262-0/+128
* | | catch InstanceInvalidState in more placesChris Behrens2012-01-125-19/+69
| |/ |/|
* | Do not overwrite project_id from request paramsThierry Carrez2012-01-111-2/+4
* | Add a modify function to the floating ip dns api.Andrew Bogott2012-01-101-0/+22
* | Adding the request id to response headers.Naveed Massjouni2012-01-101-1/+4
* | Fix call to compute_api.resize from _migrateFrançois Charlier2012-01-101-1/+3
* | Merge "Adds support for floating ip pools"Jenkins2012-01-102-4/+119
|\ \
| * | Adds support for floating ip poolsVishvananda Ishaya2012-01-092-4/+119
* | | fix bug 914049: private key in logJoe Gordon2012-01-091-1/+7
* | | Bug 885267: Fix GET /servers during instance deleteDean Troyer2012-01-091-3/+10
|/ /
* | Serialization, deserialization, and response code decorators.Kevin L. Mitchell2012-01-0933-1727/+1723
* | Return 409s instead of 500s when deleting certain instances.Brian Lamar2012-01-051-0/+4
* | Fix except format to match HACKINGJoe Gordon2012-01-041-1/+1
* | Add instance_name field to console detail commandSandy Walsh2012-01-041-0/+1
* | PEP8 type comparison cleanuplzyeval2012-01-044-6/+6
* | Add cloudpipe/vpn api to openstack api contrib.Todd Willey2012-01-031-0/+183
* | PEP8 remove direct type comparisonslzyeval2012-01-034-6/+6
* | Merge "Adds EC2 ImportKeyPair API support."Jenkins2011-12-302-14/+27
|\ \
| * | Adds EC2 ImportKeyPair API support.MotoKen2011-12-272-14/+27
* | | Fixing novaclient_converter NameErrorBrian Waldon2011-12-291-8/+0
* | | Add an API for associating floating IPs with DNS entries.Andrew Bogott2011-12-271-0/+220
* | | Merge "'except:' to 'except Exception:' as per HACKING"Jenkins2011-12-271-2/+2
|\ \ \
| * | | 'except:' to 'except Exception:' as per HACKINGJoe Gordon2011-12-271-2/+2
| |/ /