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
This commit is contained in:
committed by
Matt Riedemann
parent
a3038b6524
commit
03ce169884
@@ -1,13 +1,11 @@
|
||||
.. -*- rst -*-
|
||||
|
||||
Add (Associate) Fixed Ip (addFixedIp Action)
|
||||
============================================
|
||||
Add (Associate) Fixed Ip (addFixedIp Action) (DEPRECATED)
|
||||
==========================================================
|
||||
|
||||
.. note::
|
||||
|
||||
Network APIs and proxies are deprecated beginning microversion 2.36, except
|
||||
for actions on non-deprecated resources such as servers. The addFixedIp
|
||||
action is one such exemption.
|
||||
.. warning:: This API is deprecated and will fail with a 404 starting
|
||||
from microversion 2.44. This is replaced with using the
|
||||
Neutron networking service API.
|
||||
|
||||
.. rest_method:: POST /servers/{server_id}/action
|
||||
|
||||
@@ -46,14 +44,12 @@ Response
|
||||
No response body is returned after a successful addFixedIp action.
|
||||
|
||||
|
||||
Remove (Disassociate) Fixed Ip (removeFixedIp Action)
|
||||
=====================================================
|
||||
Remove (Disassociate) Fixed Ip (removeFixedIp Action) (DEPRECATED)
|
||||
===================================================================
|
||||
|
||||
.. note::
|
||||
|
||||
Network APIs and proxies are deprecated as of microversion 2.36, except
|
||||
for actions on non-deprecated resources such as servers. The removeFixedIp
|
||||
action is one such exemption.
|
||||
.. warning:: This API is deprecated and will fail with a 404 starting
|
||||
from microversion 2.44. This is replaced with using the
|
||||
Neutron networking service API.
|
||||
|
||||
.. rest_method:: POST /servers/{server_id}/action
|
||||
|
||||
|
||||
Reference in New Issue
Block a user