From 76f2158d47df2b112293f3463feb1caf5a0db04b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 24 Jan 2018 15:46:59 -0500 Subject: [PATCH] Fix multiattach policy names in release note The policy rules pointed out in this release note were using variables from the code, not the actual policy rule names that are actually used in code and would be overridden in the policy file. Change-Id: I00ea8702327f5ad5083f97182098346093dd00ee --- ...multiattach_policies-8e0b22505ed6cbd8.yaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/releasenotes/notes/add_multiattach_policies-8e0b22505ed6cbd8.yaml b/releasenotes/notes/add_multiattach_policies-8e0b22505ed6cbd8.yaml index 162cc610d2a..1ef81c5b377 100644 --- a/releasenotes/notes/add_multiattach_policies-8e0b22505ed6cbd8.yaml +++ b/releasenotes/notes/add_multiattach_policies-8e0b22505ed6cbd8.yaml @@ -3,25 +3,25 @@ features: - Added policies to disallow multiattach operations. This includes two policies, the first being a general policy to allow the creation or retyping of multiattach volumes is a volume create policy with the name - ``MULTIATTACH_POLICY``. + ``volume:multiattach``. The second policy is specifically for disallowing the ability to create multiple attachments on a volume that is marked as bootable, and is an - attachment policy with the name ``MULTIATTACH_BOOTABLE_VOLUME_POLICY``. + attachment policy with the name ``volume:multiattach_bootable_volume``. - The default for these new policies is ``ADMIN_OR_OWNER``; be aware that - if you wish to disable either of these policies for your users you will - need to modify the default policy settings. + The default for these new policies is ``rule:admin_or_owner``; be aware + that if you wish to disable either of these policies for your users you + will need to modify the default policy settings. upgrade: - Added policies to disallow multiattach operations. This includes two policies, the first being a general policy to allow the creation or retyping of multiattach volumes is a volume create policy with the name - ``MULTIATTACH_POLICY``. + ``volume:multiattach``. The second policy is specifically for disallowing the ability to create multiple attachments on a volume that is marked as bootable, and is an - attachment policy with the name ``MULTIATTACH_BOOTABLE_VOLUME_POLICY``. + attachment policy with the name ``volume:multiattach_bootable_volume``. - The default for these new policies is ``ADMIN_OR_OWNER``; be aware that - if you wish to disable either of these policies for your users you will - need to modify the default policy settings. + The default for these new policies is ``rule:admin_or_owner``; be aware + that if you wish to disable either of these policies for your users you + will need to modify the default policy settings.