summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge "Remove usage of locals() for formatting from nova.api.*"Jenkins2013-05-1715-79/+100
|\ \
| * | Remove usage of locals() for formatting from nova.api.*Boris Pavlovic2013-05-1815-79/+100
* | | Fix flake8 errors in anticipation of flake8.Monty Taylor2013-05-171-1/+1
| |/ |/|
* | Revert "Include list of attached volumes with instance info"Russell Bryant2013-05-152-16/+0
* | Merge "Refactor nova.volume.cinder.API to reduce roundtrips with Cinder"Jenkins2013-05-152-13/+8
|\ \
| * | Refactor nova.volume.cinder.API to reduce roundtrips with CinderOleg Bondarev2013-05-142-13/+8
* | | Merge "Extract getting instance's AZ into a helper module."Jenkins2013-05-151-20/+2
|\ \ \
| * | | Extract getting instance's AZ into a helper module.gtt1162013-05-111-20/+2
* | | | Merge "Include list of attached volumes with instance info"Jenkins2013-05-152-0/+16
|\ \ \ \
| * | | | Include list of attached volumes with instance infoOleg Bondarev2013-05-082-0/+16
* | | | | Merge "Use Oslo's `bool_from_string`"Jenkins2013-05-155-21/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use Oslo's `bool_from_string`Rick Harris2013-05-145-21/+22
* | | | | Merge "Cleanups for create-flavor"Jenkins2013-05-141-7/+9
|\ \ \ \ \
| * | | | | Cleanups for create-flavorRick Harris2013-05-141-7/+9
| |/ / / /
* | | | | Merge "Catch volume create exception"Jenkins2013-05-141-9/+13
|\ \ \ \ \ | |/ / / / |/| | | |