2018-05-10 15:12:35 -04:00
|
|
|
---
|
|
|
|
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}``
|
2018-05-16 11:15:03 +08:00
|
|
|
* ``GET /servers/{server_id}/os-virtual-interfaces``
|
2018-05-15 16:22:08 +08:00
|
|
|
* ``GET /os-fixed-ips/{fixed_ip}``
|
|
|
|
* ``POST /os-fixed-ips/{fixed_ip}/action (reserve)``
|
|
|
|
* ``POST /os-fixed-ips/{fixed_ip}/action (unreserve)``
|
2018-07-16 10:43:14 +01:00
|
|
|
* ``GET /os-floating-ips-bulk``
|
|
|
|
* ``GET /os-floating-ips-bulk/{host_name}``
|
|
|
|
* ``POST /os-floating-ips-bulk``
|
|
|
|
* ``PUT /os-floating-ips-bulk/delete``
|
2018-07-16 13:25:50 +01:00
|
|
|
* ``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}``
|
2018-05-10 15:12:35 -04:00
|
|
|
|
|
|
|
In addition, the following configuration options have been removed.
|
|
|
|
|
|
|
|
* ``[api]/fping_path``
|