summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-group-policy-validation-with-deleted-groups-4f685fd1d6b84192.yaml
blob: 7f7d42bd0e079be31f4291b0dfb2d9bf42e0a59e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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