
These are no longer necessary with the removal of cells v1. A check for cells v1 in 'nova-manage cell_v2 simple_cell_setup' is also removed, meaning this can no longer return the '2' exit code. Part of blueprint remove-cells-v1 Change-Id: I8c2bfb31224300bc639d5089c4dfb62143d04b7f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
24 lines
878 B
YAML
24 lines
878 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The *cells v1* feature has been deprecated since the 16.0.0 Pike release
|
|
and has now been removed. The ``nova-cells`` service and ``nova-manage
|
|
cells`` commands have been removed, while the ``nova-manage cell_v2
|
|
simple_cell_setup`` command will no longer check if cells v1 is enabled and
|
|
therefore can no longer exit with ``2``.
|
|
|
|
The *cells v1* 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-cells``
|
|
* ``POST /os-cells``
|
|
* ``GET /os-cells/capacities``
|
|
* ``GET /os-cells/detail``
|
|
* ``GET /os-cells/info``
|
|
* ``POST /os-cells/sync_instances``
|
|
* ``GET /os-cells/{cell_id}``
|
|
* ``PUT /os-cells/{cell_id}``
|
|
* ``DELETE /os-cells/{cell_id}``
|
|
* ``GET /os-cells/{cell_id}/capacities``
|