6ebee92445
This adds the "compute:servers:resize:cross_cell" policy rule which is now used in the API to determine if a resize or cold migrate operation can be performed across cells. The check in the API is based on: - The policy check passing for the request. - The minimum nova-compute service version being high enough across all cells to perform a cross-cell resize. If either of those conditions fail a traditional same-cell resize will be performed. A docs stub is added here and will be fleshed out in an upcoming patch. Implements blueprint cross-cell-resize Change-Id: Ie8a0f79a3b16e02b7a34a1b81f547013a3d88996
8 lines
257 B
YAML
8 lines
257 B
YAML
---
|
|
features:
|
|
- |
|
|
Cross-cell resize is now supported but is disabled by default for all
|
|
users. Refer to the `administrator documentation`__ for details.
|
|
|
|
.. __: https://docs.openstack.org/nova/latest/admin/configuration/cross-cell-resize.html
|