
Like '/os-networks', we can't remove this in its entirety due to the fact that some of these are proxy URLs that also work with neutron. These are retained but everything else is nuked. Note that this highlights a bug in the API, whereby a missing 'objects.Network.cidr' value results in a value of 'None' being output over the API. Clearly this is incorrect, but it's probably not worth fixing for this deprecated API. Change-Id: I31cb0891144bdd7945479bb6692b0a533de4c5d0 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
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)``
|
|
* ``POST /os-tenant-networks``
|
|
* ``DELETE /os-tenant-networks``
|
|
|
|
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``
|