From 244f1e0278878ded0b96c5dc9d1d467ef74fcbad Mon Sep 17 00:00:00 2001 From: zhufl Date: Wed, 21 Mar 2018 14:59:35 +0800 Subject: [PATCH] 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 --- api-ref/source/images.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api-ref/source/images.inc b/api-ref/source/images.inc index 2c2feff35bb0..9b7bb3a25dcf 100644 --- a/api-ref/source/images.inc +++ b/api-ref/source/images.inc @@ -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 `__.