diff options
author | Keigo Noha <knoha@redhat.com> | 2022-03-04 17:38:20 +0900 |
---|---|---|
committer | Keigo Noha <knoha@redhat.com> | 2022-03-04 17:38:20 +0900 |
commit | 29da801528a357449264e546182bd629f4654275 (patch) | |
tree | 89613ca6987a8c51576c26bead028dfaa21408a3 /releasenotes | |
parent | ba079cbe38093dc38b318cb32eef7ca484a24157 (diff) | |
download | horizon-29da801528a357449264e546182bd629f4654275.tar.gz |
Change to a proper policy for Resume operation
Previously, ToggleSuspend class checked 'os-rescue' policy for resuming
an instance. To align to resume operation, this fix changes to
'os-suspend-server:resume'.
Closes-Bug: #1963652
Change-Id: If6386ecdb81fb1f0d88dab447ee81c251b9857b7
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/bug_1963652_fix_policy_for_resume-a719efb23054c708.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug_1963652_fix_policy_for_resume-a719efb23054c708.yaml b/releasenotes/notes/bug_1963652_fix_policy_for_resume-a719efb23054c708.yaml new file mode 100644 index 000000000..6c2b31faf --- /dev/null +++ b/releasenotes/notes/bug_1963652_fix_policy_for_resume-a719efb23054c708.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Previously, ToggleSuspend class checked os-rescue policy for resume operation. + By this fix, the class checks 'os_compute_api:os-suspend-server:resume' policy + to align to resume operation. |