summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve Python 3.x compatibility"Jenkins2013-06-055-6/+6
|\
| * Improve Python 3.x compatibilityDirk Mueller2013-06-015-6/+6
* | Merge "Don't log warn if v3 API is disabled."Jenkins2013-06-051-1/+1
|\ \
| * | Don't log warn if v3 API is disabled.Dan Prince2013-06-031-1/+1
* | | Merge "Launch_at and terminated_at on server(s) response"Jenkins2013-06-051-0/+97
|\ \ \
| * | | Launch_at and terminated_at on server(s) responseAndrew Melton2013-05-311-0/+97
* | | | Merge "Fix postgresql failures related to Data type"Jenkins2013-06-042-4/+7
|\ \ \ \
| * | | | Fix postgresql failures related to Data typeMauro S. M. Rodrigues2013-06-032-4/+7
| | |_|/ | |/| |
* | | | Merge "Ports consoles API to v3 API"Jenkins2013-06-041-0/+144
|\ \ \ \ | |_|_|/ |/| | |
| * | | Ports consoles API to v3 APIChris Yeoh2013-06-011-0/+144
| |/ /
* / / Adds ability to black/whitelist v3 API extensionsChris Yeoh2013-06-031-5/+45
|/ /
* | Merge "Adds v3 API disable config option"Jenkins2013-06-011-0/+13
|\ \ | |/ |/|
| * Adds v3 API disable config optionChris Yeoh2013-05-311-0/+13
* | Merge "Ports ips api to v3 API"Jenkins2013-05-312-1/+117
|\ \ | |/ |/|
| * Ports ips api to v3 APIChris Yeoh2013-05-312-1/+117
* | Raise exception instances not exception classesChris Yeoh2013-05-304-25/+25
|/
* Merge "Fix internationalization for some LOG messages"Jenkins2013-05-291-2/+2
|\
| * Fix internationalization for some LOG messagesChris Yeoh2013-05-281-2/+2
* | Merge "Rename policy auth for V3 os-fixed-ips"Jenkins2013-05-291-2/+4
|\ \
| * | Rename policy auth for V3 os-fixed-ipsChris Yeoh2013-05-281-2/+4
| |/
* | Merge "API Extensions framework for v3 API Part 2"Jenkins2013-05-297-11/+1950
|\|
| * API Extensions framework for v3 API Part 2Chris Yeoh2013-05-287-11/+1950
* | Merge "Fixes encoding issues for nova api req body."Jenkins2013-05-291-1/+2
|\ \
| * | Fixes encoding issues for nova api req body.Rohan Rhishikesh Kanade2013-05-201-1/+2
* | | Merge "Add update method of security group name and description"Jenkins2013-05-291-1/+25
|\ \ \
| * | | Add update method of security group name and descriptionZhenguo Niu2013-05-291-1/+25
* | | | Merge "Optimize SecurityGroupsOutputController by len(servers)"Jenkins2013-05-281-7/+16
|\ \ \ \
| * | | | Optimize SecurityGroupsOutputController by len(servers)Aaron Rosen2013-05-211-7/+16
* | | | | Merge "Delete a quota through admin api."Jenkins2013-05-282-1/+42
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Delete a quota through admin api.Aarti Kriplani2013-05-232-1/+42
* | | | | removes project_id/tenant_id from v3 api urlsMelanie Witt2013-05-241-1/+13
* | | | | Merge "Disallow resize if image not available"Jenkins2013-05-241-0/+11
|\ \ \ \ \
| * | | | | Disallow resize if image not availableNikola Dipanov2013-05-211-0/+11
| | |_|_|/ | |/| | |
* | | | | Better error message on malformed request urlRick Harris2013-05-231-1/+5
* | | | | Merge "Remove ImageTooLarge exception"Jenkins2013-05-231-2/+0
|\ \ \ \ \
| * | | | | Remove ImageTooLarge exceptionRick Harris2013-05-221-2/+0
* | | | | | Merge "Move ImageTooLarge check to Compute API"Jenkins2013-05-231-18/+13
|\| | | | |
| * | | | | Move ImageTooLarge check to Compute APIRick Harris2013-05-221-18/+13
* | | | | | Merge "Added validation for networks parameter value"Jenkins2013-05-231-0/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Added validation for networks parameter valueSatyanarayana Patibandla2013-05-201-0/+3
* | | | | | Merge "Make nova-api use servicegroup.API.service_is_up()."Jenkins2013-05-221-5/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make nova-api use servicegroup.API.service_is_up().Akira Yoshiyama2013-05-191-5/+3
| | |/ / / | |/| | |
* | | | | Catch InstanceNotFound in instance_actions GETChris Yeoh2013-05-221-1/+5
| |_|/ / |/| | |
* | | | Merge "Use prettyxml output"Jenkins2013-05-221-0/+4
|\ \ \ \
| * | | | Use prettyxml outputJoe Gordon2013-05-161-0/+4
* | | | | Add ImageNotActive check for instance rebuildRick Harris2013-05-201-6/+4
| |_|/ / |/| | |
* | | | Added attribute 'ip' to server search options.Satyanarayana Patibandla2013-05-191-1/+1
| |/ / |/| |
* | | Merge "Don't raise unnecessary stack traces in EC2 API"Jenkins2013-05-181-2/+0
|\ \ \
| * | | Don't raise unnecessary stack traces in EC2 APIJoe Gordon2013-05-161-2/+0
| |/ /
* | / Use strict=True instead of `is_valid_boolstr`Rick Harris2013-05-171-14/+12
| |/ |/|