Files
puppet-nova/releasenotes/notes/properties-hash-1d78c19fa202742b.yaml
Takashi Kajinami c023e8bff9 Use only Hash value for properties
Drop support for string value and accept only hash values, to make
the interface consistent with cinder_* resources. This allows us to
avoid wrong interpretation of input values.

Change-Id: I29a79e4a66ce91647a216511213c2a59eb49c12b
2024-10-24 10:11:08 +09:00

7 lines
177 B
YAML

---
upgrade:
- |
The ``properties`` property of ``nova_flavor`` resource and
the ``metadata`` property of ``nova_aggregate`` resource now accept only
Hash values.