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
This commit is contained in:
Tomasz Trębski 2017-07-24 06:25:05 +02:00
parent ed3a3f0512
commit e86f2474ef
1 changed files with 2 additions and 2 deletions

View File

@ -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
<https://developer.openstack.org/api-ref/monitoring-log-api/#logs>`_ 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
<https://governance.openstack.org/reference/tags/assert_follows-standard-deprecation.html>`_.