cinder/releasenotes/notes/delete_parameters-6f44fece22a7787d.yaml
Eric Harney 4d454f6eb1 Cascade + force volume delete parameters
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
2017-01-04 14:03:49 -05:00

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.