nova/nova/api/openstack/compute/schemas
Matt Riedemann 6f5b3123cc Fix 'force' parameter in os-quota-sets PUT schema
A regression was introduced in the 2.36 API microversion where the
'force' parameter was missing from the 'PUT /os-quota-sets/{tenant_id}'
API request schema so users could not force quota updates with
microversion 2.36 or later. The bug is now fixed so that the 'force'
parameter can once again be specified during quota updates. There is
no new microversion for this change since it is an admin-only API.

Change-Id: I947e927802f755ccb25a91efd82cac895779d19e
Closes-Bug: #1733886
(cherry picked from commit 9ddbaa15cb)
2017-12-07 09:39:07 -05:00
..
__init__.py Add API input validation framework 2013-11-27 05:45:37 +09:00
admin_password.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
agents.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
aggregates.py fix nova accepting invalid availability zone name with ':' 2017-10-04 17:49:59 -04:00
assisted_volume_snapshots.py Fix the schema of assisted_volume_snapshots 2016-04-19 13:08:15 -07:00
attach_interfaces.py API support for tagged device attachment 2017-06-30 09:05:34 +03:00
availability_zone.py Filter leading/trailing spaces for name field in v2.1 compat mode 2015-09-23 10:27:54 +01:00
block_device_mapping.py Allow None for block_device_mapping_v2.boot_index 2017-02-08 17:08:07 -05:00
block_device_mapping_v1.py Fix BDM JSON-Schema validation 2016-12-21 23:54:06 -08:00
cells.py Fixed typos in nova, nova/api, nova/cells directory 2016-08-01 07:14:04 +00:00
config_drive.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
console_output.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
create_backup.py Let schema validate image metadata type and key lengths 2016-09-27 17:41:15 -04:00
evacuate.py API change for verifying the scheduler when evacuating 2016-06-02 15:03:39 +02:00
fixed_ips.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
flavor_access.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
flavor_manage.py Return 400 HTTP error for invalid flavor attributes 2016-05-26 09:49:39 +05:30
flavors_extraspecs.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
floating_ip_dns.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
floating_ips.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
floating_ips_bulk.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
hosts.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
hypervisors.py Handle uuids in os-hypervisors API 2017-07-18 17:08:01 -04:00
image_metadata.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
keypairs.py Use JSON-Schema to validate query parameters for keypairs API 2017-01-04 17:10:20 +08:00
migrate_server.py API change for verifying the scheduler when live migrating 2016-06-06 11:44:06 +02:00
multinic.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
multiple_create.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
networks.py Limit the min length of string for integer JSON-Schema 2017-05-27 10:14:28 +00:00
networks_associate.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
quota_classes.py Fix quota class set APIs 2017-07-10 21:44:08 +00:00
quota_sets.py Fix 'force' parameter in os-quota-sets PUT schema 2017-12-07 09:39:07 -05:00
remote_consoles.py Explicitly define enum type as string in schema 2017-04-21 03:09:28 +00:00
rescue.py Strict ImageRef validation to UUID only 2016-08-04 02:22:15 +00:00
reset_server_state.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
scheduler_hints.py Return HTTP 400 for invalid server-group uuid 2016-02-08 14:10:49 +01:00
security_groups.py Filter leading/trailing spaces for name field in v2.1 compat mode 2015-09-23 10:27:54 +01:00
server_external_events.py Add ability to signal and perform online volume size change 2017-07-12 11:53:20 -04:00
server_groups.py Explicitly define enum type as string in schema 2017-04-21 03:09:28 +00:00
server_metadata.py Remove 'v3' directory for v2.1 json-schemas 2015-08-13 09:58:48 +08:00
server_migrations.py Add new API to force live migration to complete 2016-02-08 08:59:52 +01:00
server_tags.py Move tags validation code to json schema 2016-12-13 02:58:51 +00:00
servers.py Support tag instances when boot(4/4) 2017-07-17 15:59:42 -04:00
services.py Use uuid for id in os-services API 2017-07-18 15:39:57 -04:00
tenant_networks.py Limit the min length of string for integer JSON-Schema 2017-05-27 10:14:28 +00:00
user_data.py Enable 'null' value for user_data in V2.1 API 2016-05-20 14:05:43 +08:00
volumes.py API support for tagged device attachment 2017-06-30 09:05:34 +03:00