summaryrefslogtreecommitdiff
path: root/api-ref/source/os-virtual-interfaces.inc
diff options
context:
space:
mode:
authorHe Jie Xu <hejie.xu@intel.com>2017-04-17 15:45:17 +0800
committerMatt Riedemann <mriedem.os@gmail.com>2017-04-25 12:04:05 -0400
commit03ce16988463c08761e9dbe90579792dcdf94c68 (patch)
treedd7cbe566e6c17c4303c6e9cb25d9fb9a2a8e1e2 /api-ref/source/os-virtual-interfaces.inc
parenta3038b652446381a266ccc529b2f268e333906d8 (diff)
downloadnova-03ce16988463c08761e9dbe90579792dcdf94c68.tar.gz
Deprecate Multinic, floatingip action and os-virtual-interface API
The following APIs which are considered as proxies of Neutron networking API, are deprecated and will result in a 404 error response in new Microversion: POST /servers/{server_uuid}/action { "addFixedIp": {...} } POST /servers/{server_uuid}/action { "removeFixedIp": {...} } POST /servers/{server_uuid}/action { "addFloatingIp": {...} } POST /servers/{server_uuid}/action { "removeFloatingIp": {...} And the nova-network specific API for query server's interfaces is deprecated also: GET /servers/{server_uuid}/os-virtual-interfaces Partial implement blueprint deprecate-multinic-proxy-api Change-Id: I1848db384a825d3b166f113b30ebad92113af8e5
Diffstat (limited to 'api-ref/source/os-virtual-interfaces.inc')
-rw-r--r--api-ref/source/os-virtual-interfaces.inc12
1 files changed, 9 insertions, 3 deletions
diff --git a/api-ref/source/os-virtual-interfaces.inc b/api-ref/source/os-virtual-interfaces.inc
index b7fcd7518c..3390bdf1ad 100644
--- a/api-ref/source/os-virtual-interfaces.inc
+++ b/api-ref/source/os-virtual-interfaces.inc
@@ -1,11 +1,17 @@
.. -*- rst -*-
-=============================================================
- Servers virtual interfaces (servers, os-virtual-interfaces)
-=============================================================
+=========================================================================
+ Servers virtual interfaces (servers, os-virtual-interfaces) (DEPRECATED)
+=========================================================================
Lists virtual interfaces for a server.
+.. warning:: Since this API is only implemented for the nova-network, the API
+ is deprecated from the Microversion 2.44. This API will fail with
+ a 404 starting from microversion 2.44. To query the server attached
+ neutron interface, please use the API
+ ``GET /servers/{server_uuid}/os-interface``.
+
.. note::
This API is only implemented for the nova-network service and will result
in a 400 error response if the cloud is using the Neutron networking