Merge "Fix api-ref: nova image-meta is deprecated from 2.39"

This commit is contained in:
Zuul
2018-03-26 16:18:36 +00:00
committed by Gerrit Code Review

View File

@ -8,7 +8,10 @@
These APIs are proxy calls to the Image service. Nova has
deprecated all the proxy APIs and users should use the native APIs
instead. These will fail with a 404 starting from microversion 2.36.
instead. All the Image services proxy APIs except image metadata
APIs will fail with a 404 starting from microversion 2.36.
The image metadata APIs will fail with a 404 starting from
microversion 2.39.
See: `Relevant Image APIs
<https://developer.openstack.org/api-ref/image/v2/index.html>`__.