summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSean Mooney <work@seanmooney.info>2022-06-21 12:23:45 +0100
committerSean Mooney <work@seanmooney.info>2022-06-21 19:13:55 +0100
commitcd2c2f359bbd4913cfe73199847bc35b2664aaa9 (patch)
tree07860b24df37d62e3f005dbaadfbe9ba67f7ccd0 /releasenotes
parent84a84f7f2fff58cf6254d6267af0ca5cee64c53b (diff)
downloadnova-cd2c2f359bbd4913cfe73199847bc35b2664aaa9.tar.gz
ignore deleted server groups in validation
This change simply catches the exception raised when we lookup a servergroup via a hint and the validation upcall is enabled. Change-Id: I858b4da35382a9f4dcf88f4b6db340e1f34eb82d Closes-Bug: #1890244
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-group-policy-validation-with-deleted-groups-4f685fd1d6b84192.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-group-policy-validation-with-deleted-groups-4f685fd1d6b84192.yaml b/releasenotes/notes/fix-group-policy-validation-with-deleted-groups-4f685fd1d6b84192.yaml
new file mode 100644
index 0000000000..7f7d42bd0e
--- /dev/null
+++ b/releasenotes/notes/fix-group-policy-validation-with-deleted-groups-4f685fd1d6b84192.yaml
@@ -0,0 +1,13 @@
+---
+fixes:
+ - |
+ When the server group policy validation upcall is enabled
+ nova will assert that the policy is not violated on move operations
+ and initial instance creation. As noted in `bug 1890244`_, if a
+ server was created in a server group and that group was later deleted
+ the validation upcall would fail due to an uncaught excpetion if the
+ server group was deleted. This prevented evacuate and other move
+ operations form functioning. This has now been fixed and nova will
+ ignore deleted server groups.
+
+ .. _bug 1890244: https://bugs.launchpad.net/nova/+bug/1890244