nova/releasenotes/notes/bp-remove-nova-network-api-removals-931ad60364f6f2a8.yaml
Stephen Finucane db294b1e33 Remove support for /os-floating-ip-dns REST API
Drop support for the os-floating-ip-dns API which has been deprecated
since Newton:

  Idca478c566f9a7b5b30a3172453ce7c66d9fd8f0

This API now returns a 410 response for all routes.

Unit tests are removed and the functional API sample tests are just
asserting the 410 response now.

The API sample docs are left intact since the API reference still builds
from those and can be considered more or less branchless, so people
looking at the API reference can apply it to older deployments of nova
before os-floating-ip-dns was removed.

The release note added for previous nova-network API removals is
amended to note this additional change.

Part of blueprint remove-nova-network

Change-Id: I0c4b586292814b8483226aee315f41cbefc86a1e
2018-07-18 22:23:45 -04:00

30 lines
1.2 KiB
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)``
* ``GET /os-floating-ips-bulk``
* ``GET /os-floating-ips-bulk/{host_name}``
* ``POST /os-floating-ips-bulk``
* ``PUT /os-floating-ips-bulk/delete``
* ``GET /os-floating-ip-dns``
* ``PUT /os-floating-ip-dns/{domain}``
* ``DELETE /os-floating-ip-dns/{domain}``
* ``GET /os-floating-ip-dns/{domain}/entries/{ip}``
* ``GET /os-floating-ip-dns/{domain}/entries/{name}``
* ``PUT /os-floating-ip-dns/{domain}/entries/{name}``
* ``DELETE /os-floating-ip-dns/{domain}/entries/{name}``
In addition, the following configuration options have been removed.
* ``[api]/fping_path``