nova/releasenotes/notes/bp-remove-nova-network-api-...

19 lines
674 B
YAML

---
upgrade:
- |
The *nova-network* service has been deprecated since the 14.0.0 Newton
release and now the following *nova-network* specific REST APIs have been
removed along with their related policy rules. Calling these APIs will now
result in a ``410 HTTPGone`` error response.
* ``GET /os-fping``
* ``GET /os-fping/{server_id}``
* ``GET /servers/{server_id}/os-virtual-interfaces``
* ``GET /os-fixed-ips/{fixed_ip}``
* ``POST /os-fixed-ips/{fixed_ip}/action (reserve)``
* ``POST /os-fixed-ips/{fixed_ip}/action (unreserve)``
In addition, the following configuration options have been removed.
* ``[api]/fping_path``