summaryrefslogtreecommitdiff
path: root/doc/api_samples/servers/v2.19/server-create-req.json
Commit message (Collapse)AuthorAgeFilesLines
* Strict ImageRef validation to UUID onlyghanshyam2016-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | Currently imageRef in server create, rebuild and rescue operation can be accepted as random url which contains image UUID and fetch the UUID from that. As /images proxy APIs are deprecated, and ImageRef in server creation etc are UUID only and valid against glance. This patch makes imageRef handling as UUID only and return 400 if non UUID are requested. NOTE- Previously nova use to allow the empty string which was ok in case of boot from volume. We will keep the same behavior of allowing empty string in case of boot from volume only and 400 in all other case. Closes-Bug: #1607229 Change-Id: I49f4da62c1b5b3fd8c5f67039ae113f76722b26c
* Enable all extension for all remaining sample testsghanshyam2016-06-101-0/+13
As extensions options has been deprecated, API sample tests should run against all extension enable. This commit enables all extensions for all the remaining sample tests and remove extensions specific tests and sample files. Also remove extension setting specific logic from base test class along with TODOs. Partially implements blueprint api-sample-tests-with-all-extensions Change-Id: I66b593760789e5b3b92137a672246f8d91e44cba