df6e2d37f2
Almost all proxy APIs were deprecated in microversion 2.36. But the sub-resource image-metadata of image was forgotten to deprecate. This patch deprecates the image-metdata API from 2.39. Implements blueprint deprecate-image-meta-proxy-api Closes-bug: #1614578 Change-Id: I5507337ab6fe4a377f66dec3fe275d75618cd7b4
10 lines
396 B
YAML
10 lines
396 B
YAML
---
|
|
deprecations:
|
|
- Implemented microversion v2.39 that deprecates `image-metadata` proxy API,
|
|
removes image metadata quota checks for 'createImage' and 'createBackup'
|
|
actions.
|
|
|
|
After this version Glance configuration option `image_property_quota`
|
|
should be used to control the quota of image metadatas. Also, removes the
|
|
`maxImageMeta` field from `os-limits` API response.
|