4d454f6eb1
Allow volume delete to take parameters "cascade", or "force", or both. A new policy field, "volume:force_delete" is added with the default of "rule:admin_api". Implements: blueprint volume-delete-parameters APIImpact: New parameters to volume delete Change-Id: Ic47cfcf1cc7d172d7f9d5b093233035f797982f5
14 lines
555 B
YAML
14 lines
555 B
YAML
---
|
|
features:
|
|
- The ``force`` boolean parameter has been added to the volume
|
|
delete API. It may be used in combination with ``cascade``.
|
|
This also means that volume force delete is available
|
|
in the base volume API rather than only in the
|
|
``volume_admin_actions`` extension.
|
|
upgrade:
|
|
- There is a new policy option ``volume:force_delete`` which
|
|
controls access to the ability to specify force delete
|
|
via the volume delete API. This is separate from the
|
|
pre-existing ``volume-admin-actions:force_delete`` policy
|
|
check.
|