summaryrefslogtreecommitdiff
path: root/releasenotes/notes/check_destination_when_evacuating-37b52ebe8b5b086c.yaml
blob: 058e25c12402a89f26c2ed6911920a5c6d7eb19e (plain)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - On evacuate actions, the default behaviour when providing a host in
    the request body changed. Now, instead of bypassing the scheduler when
    asking for a destination, it will instead call it with the requested
    destination to make sure the proposed host is accepted by all the filters
    and the original request.
    In case the administrator doesn't want to call the scheduler when providing
    a destination, a new request body field called ``force`` (defaulted to
    False) will modify that new behaviour by forcing the evacuate operation
    to the destination without verifying the scheduler.