Files
kayobe/releasenotes/notes/fixes-regression-network-connectivity-no-ip-a37a2d97379a93e7.yaml
Will Szumski f376ae0795 Network connectivity: Fix regression with noip
When using no_ip on all hosts on a given network, the <network>_ips key
will not exist in network-allocations.yml at all, so we need to tolerate
this key not existing.

Closes-Bug: #2125560
Change-Id: I1b71990af38a8fd6c6258a49d2b94e16496fb274
Signed-off-by: Will Szumski <will@stackhpc.com>
2025-09-26 11:15:33 +02:00

6 lines
174 B
YAML

---
fixes:
- |
Fixes a regression in network connectivity check when using the ``no_ip``
attribute. `LP#2125560 <https://bugs.launchpad.net/kayobe/+bug/2125560>`__