Files
puppet-nova/releasenotes/notes/nova-aggregate-hosts-fd40d74a46193941.yaml
Takashi Kajinami 82a9b003cc nova_aggregate: Fix match for array hosts
The property is not fully applied because of lack of array_matching
definition.

Change-Id: I1a9bba3e597bc61329c4526b051787723f2a7dc9
2024-10-09 10:57:42 +09:00

11 lines
307 B
YAML

---
upgrade:
- |
The ``nova_aggregate`` resource now requires an array value for its
``hosts`` property in case multiple hosts should belong to the aggregate.
fixes:
- |
Fixed ``nova_aggregate`` resource so that the resource ensures all values
given for the ``hosts`` property present.