summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "Adds expected_errors decorator for API v3"Jenkins2013-06-243-0/+45
|\ \ \ \ \ \ \
| * | | | | | | Adds expected_errors decorator for API v3Chris Yeoh2013-06-193-0/+45
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "Add invalid number checking in flavor creation api"Jenkins2013-06-241-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Add invalid number checking in flavor creation apijiataotj2013-06-241-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "refactor security group api not to raise http exceptions"Jenkins2013-06-241-69/+75
|\ \ \ \ \ \ \
| * | | | | | | refactor security group api not to raise http exceptionsMelanie Witt2013-06-221-69/+75
| |/ / / / / /
* | | | | | | Merge "Port rescue API to v3 Part 2"Jenkins2013-06-241-7/+11
|\ \ \ \ \ \ \
| * | | | | | | Port rescue API to v3 Part 2Chris Yeoh2013-06-071-7/+11
* | | | | | | | Merge "Port rescue API to v3 Part 1"Jenkins2013-06-241-0/+96
|\| | | | | | |
| * | | | | | | Port rescue API to v3 Part 1Chris Yeoh2013-06-071-0/+96
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Port evacuate API to v3 Part 2"Jenkins2013-06-241-8/+12
|\ \ \ \ \ \ \
| * | | | | | | Port evacuate API to v3 Part 2Chris Yeoh2013-06-071-8/+12
* | | | | | | | Merge "Port evacuate API to v3 Part 1"Jenkins2013-06-241-0/+97
|\| | | | | | |
| * | | | | | | Port evacuate API to v3 Part 1Chris Yeoh2013-06-071-0/+97
| |/ / / / / /
* | | | | | | Merge "Do not raise NEW exceptions"Jenkins2013-06-241-1/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Do not raise NEW exceptionsBoris Pavlovic2013-06-221-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge "Fix sys_meta access in prep for instance object"Jenkins2013-06-221-4/+4
|\ \ \ \ \ \
| * | | | | | Fix sys_meta access in prep for instance objectChris Behrens2013-06-211-4/+4
* | | | | | | Merge "Cleanup certificate API extension"Jenkins2013-06-212-22/+4
|\ \ \ \ \ \ \
| * | | | | | | Cleanup certificate API extensionChris Yeoh2013-06-152-22/+4
* | | | | | | | Merge "Port certificates API to v3 Part 2"Jenkins2013-06-211-12/+13
|\| | | | | | |
| * | | | | | | Port certificates API to v3 Part 2Chris Yeoh2013-06-131-12/+13
* | | | | | | | Merge "Allow reboot or rebuild from vm_state=Error"Jenkins2013-06-211-0/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Allow reboot or rebuild from vm_state=ErrorPhil Day2013-06-161-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Remove the unused plugins framework"Jenkins2013-06-211-5/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove the unused plugins frameworkMark McLoughlin2013-06-191-5/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Port certificates API to v3 Part 1"Jenkins2013-06-211-0/+105
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Port certificates API to v3 Part 1Chris Yeoh2013-06-131-0/+105
* | | | | | Merge "Remove trivial cases of unused variables (1)"Jenkins2013-06-188-15/+10
|\ \ \ \ \ \
| * | | | | | Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-138-15/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Remove _is_precooked pre-cells Zones hacksChris Behrens2013-06-183-20/+4
| |_|/ / / |/| | | |
* | | | | Merge "Fix to disallow server name with all blank spaces"Jenkins2013-06-151-0/+2
|\ \ \ \ \
| * | | | | Fix to disallow server name with all blank spacesPrem Karat2013-06-111-0/+2
| | |_|/ / | |/| | |
* | | | | Merge "Enhance the validation of the quotas update"Jenkins2013-06-142-15/+65
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Enhance the validation of the quotas updategengjh2013-06-132-15/+65
| |/ / /
* | / / Fix and enable H403 testsDirk Mueller2013-06-125-8/+17
| |/ / |/| |
* | | Merge "Use Instance Objects for Start/Stop"Jenkins2013-06-122-7/+28
|\ \ \
| * | | Use Instance Objects for Start/StopDan Smith2013-06-072-7/+28
| |/ /
* | | Give a way to save why a service has been disabled.Andrea Rosa2013-06-122-26/+92
* | | Merge "Refactors get_instance_security_groups to only use instance_uuid"Jenkins2013-06-111-1/+1
|\ \ \
| * | | Refactors get_instance_security_groups to only use instance_uuidTiago Mello2013-06-101-1/+1
* | | | Merge "Return Customer's Quota Usage through Admin API"Jenkins2013-06-112-3/+47
|\ \ \ \
| * | | | Return Customer's Quota Usage through Admin APIMahesh K P2013-05-172-3/+47
* | | | | Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-119-16/+16
* | | | | Merge "Handle security group quota exceeded gracefully"Jenkins2013-06-111-5/+13
|\ \ \ \ \
| * | | | | Handle security group quota exceeded gracefullyChris Yeoh2013-06-071-5/+13
* | | | | | Merge "Cleanup nova exception message conversion"Jenkins2013-06-114-11/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Cleanup nova exception message conversionChris Yeoh2013-06-084-11/+11
| | |_|/ / | |/| | |
* | | | | DB migration to the new BDM data formatNikola Dipanov2013-06-101-2/+3
* | | | | Merge "Enhance group handling in extract_opts"Jenkins2013-06-101-7/+2
|\ \ \ \ \