From e86f2474ef72edf80f96f6781a5ef90548839d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Mon, 24 Jul 2017 06:25:05 +0200 Subject: [PATCH] Fix deprecation detail Commits fixes deprecation detail. Actually Log API v2 was deprecated and v3 is recommended. Previously the documentation said that v1 was deprecated and user should use v2. Change-Id: I3b4b1b5fea86dc47ffc4fb1777de1d2eb01eeccf --- doc/source/deprecation_note.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/deprecation_note.inc b/doc/source/deprecation_note.inc index e7c0ca9c..dd9cb1cf 100644 --- a/doc/source/deprecation_note.inc +++ b/doc/source/deprecation_note.inc @@ -1,6 +1,6 @@ .. note:: The Log API v2 has been DEPRECATED in the Mitaka release. The - migration path is to use the `Log API v2 + migration path is to use the `Log API v3 `_ instead of version 2 - of the API. The Log API v1 will ultimately be removed, following the + of the API. The Log API v2 will ultimately be removed, following the `OpenStack standard deprecation policy `_.