blazar/releasenotes/notes/update-affinity-behaviour-a03231e461bd2b21.yaml
Matt Crees c80d519998 Only create a server group when affinity is set
Also adds docs so a user can find this behaviour easily.

Closes-Bug: #2071832
Change-Id: Iea3c4164f3e893c355ec21653f2e8f0e848941f0
2024-08-20 12:54:44 +01:00

15 lines
567 B
YAML

---
upgrade:
- |
Instance reservations will no longer create a server group when the
``affinity`` parameter is not set. This means that instances can be
deployed on any host. To achieve the old behaviour, you must now explicity
set ``--affinity=false``.
`LP#2071832 <https://launchpad.net/bugs/2071832>`__
fixes:
- |
Instance reservations will no longer create a server group when the
``affinity`` parameter is not set. This means that instances can be
deployed on any host.
`LP#2071832 <https://launchpad.net/bugs/2071832>`__