
Drop support for most of the 'os-networks' REST APIs excluding those that proxy through to neutron. This API now returns a 410 response for the non-proxy routes. Unit tests are removed for removed APIs and the functional API sample tests are just asserting the 410 response now same. The latter are also expanded to cover APIs that weren't previously tested. 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 these APIs were removed. Note: yes, the API samples are correct. It really is a useless API when used with neutron. Change-Id: I68bfa77a520382317fc490a4f6c12dd62fc6dcda Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
26 lines
1012 B
YAML
26 lines
1012 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The *nova-network* feature has been deprecated since the 14.0.0 (Newton)
|
|
release and has now been removed. The remaining *nova-network* specific
|
|
REST APIs have been removed along with their related policy rules. Calling
|
|
these APIs will now result in a ``410 (Gone)`` error response.
|
|
|
|
* ``GET /os-security-group-default-rules``
|
|
* ``POST /os-security-group-default-rules``
|
|
* ``GET /os-security-group-default-rules/{id}``
|
|
* ``DELETE /os-security-group-default-rules/{id}``
|
|
* ``POST /os-networks``
|
|
* ``DELETE /os-networks``
|
|
* ``POST /os-networks/add``
|
|
* ``POST /os-networks/{id} (associate_host)``
|
|
* ``POST /os-networks/{id} (disassociate)``
|
|
* ``POST /os-networks/{id} (disassociate_host)``
|
|
* ``POST /os-networks/{id} (disassociate_project)``
|
|
|
|
The following policies have also been removed.
|
|
|
|
* ``os_compute_api:os-security-group-default-rules``
|
|
* ``os_compute_api:os-networks``
|
|
* ``os_compute_api:os-networks-associate``
|