Files
puppet-nova/releasenotes/notes/require-hash-instead-of-encoded-json-string-3c016bb1968c2aca.yaml
Takashi Kajinami 9b27968a04 Stop accepting encoded JSON string
... to avoid redundant parsing of json content from a given string.

This also allows us to add more strict validation later using Struct
data type.

Change-Id: I2a8bbd266d5e97a06b89c131bbd86e3710a68923
2025-03-17 01:43:38 +09:00

9 lines
186 B
YAML

---
upgrade:
- |
The following parameters no longer accept string values. Use arrays of
hashes instead.
- ``nova::compute::pci::passthrough``
- ``nova::pci::aliases``