cinder/releasenotes
Felipe Monteiro 678b9de0f4 Fix reserve volume enforcing the wrong policy action
This PS fixes `reserve_volume` enforcing the wrong
policy action: retype policy. It has been corrected
to reserve volume policy. This is consistent with
the policy in code documentation as well for both
policies: retype is only enforced by os-retype and
reserve is only enforced by os-reserve [0][1]

[0] 94460b64fb/cinder/policies/volume_actions.py (L91)
[1] 94460b64fb/cinder/policies/volume_actions.py (L197)

Change-Id: I14b8288cdb066f30b66068dcaaf66e1277aa122f
2018-01-03 04:24:04 +00:00
..
notes Fix reserve volume enforcing the wrong policy action 2018-01-03 04:24:04 +00:00
source Remove setting of version/release from releasenotes 2017-11-16 22:34:49 +00:00
README.rst Fix release notes link 2017-07-25 14:24:18 -07:00

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.