cinder/cinder/api
Rajat Dhasmana 58250aae06 Fix: Schema validation for attachment create API
Currently the schema validation for attachment create assumes that
instance UUID will always be present in the request but that is
not the case when glance calls cinder for attachment.
Also there isn't any schema validation for MV3.54 which accepts
attachment mode in the request hence failing requests passing mode.
This patch removes the instance_uuid from required parameters and
adds schema validation for MV3.54.

Also includes a squash to add a releasenote from
Change-Id: I4a6e93ea98cfd4988d38bedca6e5538391c1f74d

Change-Id: I5108fd51effa4d72581654ed450d191a13e0e964
(cherry picked from commit 560318c82e)
2021-08-31 14:11:40 +00:00
..
contrib Remove nested quota leftovers 2021-04-05 06:19:07 +00:00
middleware Import HTTPStatus instead of http_client 2020-10-08 13:16:18 -04:00
openstack Add encryption_key_id to volume and backup details 2021-02-04 07:23:08 -08:00
schemas Fix: Schema validation for attachment create API 2021-08-31 14:11:40 +00:00
v2 Introduces MV to add volume type ID in volumes details 2021-01-15 10:46:12 -03:00
v3 Fix: Schema validation for attachment create API 2021-08-31 14:11:40 +00:00
validation API validation: Add cinder_host type to support ipv6 in manage 2021-03-11 10:32:13 -05:00
views Remove six of dir cinder/api/* 2020-10-07 14:20:48 +08:00
__init__.py Remove API v1 2017-09-06 07:39:10 -05:00
api_utils.py Remove six of dir cinder/api/* 2020-10-07 14:20:48 +08:00
common.py Fix: show volume by name for non-admins 2021-04-07 05:27:12 +00:00
extensions.py Remove exception.Error class 2020-07-21 18:21:21 +03:00
microversions.py Add encryption_key_id to volume and backup details 2021-02-04 07:23:08 -08:00
urlmap.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
versions.py Import HTTPStatus instead of http_client 2020-10-08 13:16:18 -04:00