summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorKeigo Noha <knoha@redhat.com>2022-03-04 17:38:20 +0900
committerKeigo Noha <knoha@redhat.com>2022-03-04 17:38:20 +0900
commit29da801528a357449264e546182bd629f4654275 (patch)
tree89613ca6987a8c51576c26bead028dfaa21408a3 /releasenotes
parentba079cbe38093dc38b318cb32eef7ca484a24157 (diff)
downloadhorizon-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.yaml6
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.