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

https://developer.openstack.org/api-ref/compute/#create-image-metadata
says "These will fail with a 404 starting from microversion 2.36",
but https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id35
says "2.39 Deprecates image-metadata proxy API", the system's
actual behaviour is that image-metadata proxy API will fail
with 404 starting from microversion 2.39, so this is to
fix the api-ref.

Change-Id: I159e5de59a228fde6c7a0647d3726ad3025b67ed
This commit is contained in:
zhufl 2018-03-21 14:59:35 +08:00 committed by Ghanshyam Mann
parent 37b4f77b5e
commit 244f1e0278

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>`__.