Mention proxy API deprecation microversion in api-ref

Proxy APIs are deprecated in microversion 2.36 which means
all proxy APIs will return 404 after 2.35 version.

It will be nice to mention that explicitly in api-ref too.

Partially implements blueprint deprecate-api-proxies

Change-Id: Iad210d215fb98bc247f049b23b97d8d7d4265c82
This commit is contained in:
ghanshyam
2016-08-01 14:59:53 +09:00
parent eab62c0d8a
commit b4d0b9a11c
14 changed files with 15 additions and 12 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
``neutron`` when appropriate, but as with all translation
proxies, this is far from perfect compatibility. These
APIs should be avoided in new applications in favor of
using ``neutron`` directly.
using ``neutron`` directly. These will fail with a 404
after microversion 2.35.
See: `Relevant Network APIs
<http://developer.openstack.org/api-ref-networking-v2.html#networks>`__.