summaryrefslogtreecommitdiff
path: root/nova/api/validation
Commit message (Expand)AuthorAgeFilesLines
* libvirt: Add vIOMMU device to guestStephen Finucane2022-09-011-0/+16
* Add locked_memory extra spec and image propertySean Mooney2022-08-241-0/+12
* Merge "compute: Update bdms with ephemeral encryption details when requested"Zuul2022-08-181-1/+28
|\
| * compute: Update bdms with ephemeral encryption details when requestedLee Yarwood2022-08-021-1/+28
* | Remove the PowerVM driverStephen Finucane2022-08-021-271/+0
|/
* api: Drop generating a keypair and add special chars to namingSylvain Bauza2022-07-282-1/+36
* Add 'hw:vif_multiqueue_enabled' flavor extra specStephen Finucane2021-11-161-0/+14
* api: Add support for 'hostname' parameterStephen Finucane2021-01-141-0/+32
* Merge "api: Improve extra spec validator help texts"Zuul2021-08-206-96/+254
|\
| * api: Improve extra spec validator help textsStephen Finucane2021-07-276-96/+254
* | api: Rename 'parameter_types.hostname' -> 'fqdn'Stephen Finucane2021-08-191-8/+1
|/
* libvirt: Wire up 'os_secure_boot' propertyStephen Finucane2021-03-091-2/+2
* objects: Add 'socket' PCI NUMA affinityArtom Lifshitz2021-02-241-0/+1
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-4/+3
* Remove six.byte2int/int2byteTakashi Natsume2020-11-071-3/+1
* Merge "scheduler: Request vTPM trait based on flavor or image"Zuul2020-07-241-0/+29
|\
| * scheduler: Request vTPM trait based on flavor or imageStephen Finucane2020-07-161-0/+29
* | hardware: Enable 'hw:cpu_dedicated_mask' for creating a mixed instanceWang Huaqiang2020-07-211-0/+16
|/
* objects: Introduce the 'CPUAllocationPolicy.MIXED' enumWang Huaqiang2020-07-151-2/+5
* hardware: Tweak the 'cpu_realtime_mask' handling slightlyChris Friesen2020-07-091-2/+1
* replace the "hide_hypervisor_id" to "hw:hide_hypervisor_id"ramboman2020-05-082-2/+21
* api: Allow custom traitsStephen Finucane2020-04-092-4/+30
* Follow-up for flavor-extra-spec-validators seriesStephen Finucane2020-04-082-8/+11
* docs: Add documentation for flavor extra specsStephen Finucane2020-04-081-10/+10
* Drop concept of '?validation' parameterStephen Finucane2020-04-081-6/+6
* api: Add support for new cyborg extra specsStephen Finucane2020-04-081-0/+36
* api: Add framework for extra spec validationStephen Finucane2020-04-0816-0/+1571
* Allow PUT volume attachments API to modify delete_on_terminationzhangbailin2020-04-021-0/+5
* Fix duplicated words issue like "during during boot time"zhufl2020-01-061-1/+1
* trivial: Remove dead codeStephen Finucane2019-12-121-3/+0
* Remove '/os-tenant-networks' REST APIStephen Finucane2019-11-221-7/+0
* Multiple API cleanup changesGhanshyam Mann2019-08-121-2/+2
* hacking: Resolve W605 (invalid escape sequence)Stephen Finucane2019-06-241-1/+1
* Remove '/os-cells' REST APIsStephen Finucane2019-04-162-57/+1
* Bump to hacking 1.1.0Stephen Finucane2019-04-121-0/+1
* Fix rfc3986.is_valid_uri deprecation warningsTakashi NATSUME2018-12-261-2/+11
* Fix deprecated base64.decodestring warningTakashi NATSUME2018-10-151-4/+2
* Add microversion 2.67 to support volume_typezhangbailin2018-10-121-0/+5
* add caching to _build_regex_rangeSean Mooney2018-09-161-0/+23
* Use hard coded values in schema than referenceghanshyam2018-07-111-2/+3
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Add trusted_image_certificates to REST APIBrianna Poulos2018-06-131-0/+13
* Invalid query parameter could lead to HTTP 500Kevin_Zheng2018-01-311-1/+12
* Enable reset keypair while rebuilding instanceLIU Yulong2017-11-131-0/+8
* Merge "fix nova accepting invalid availability zone name with ':'"Jenkins2017-10-042-0/+57
|\
| * fix nova accepting invalid availability zone name with ':'Tetsuro Nakamura2017-09-242-0/+57
* | Fix 500 if list servers called with empty regex patternDinesh Bhor2017-09-221-1/+1
|/
* Move common definition into common layerjichenjc2017-08-181-0/+9
* Limit the min length of string for integer JSON-SchemaHe Jie Xu2017-05-271-2/+8
* Correct the error message for query parameter validationHe Jie Xu2017-05-191-6/+15