puppet-nova/releasenotes/notes/compute-libvirt-cpu_models-55755b320b7a0379.yaml
Takashi Kajinami 73576db82c Support libvirt/cpu_models instead of libvirt/cpu_model
The libvirt/cpu_model parameter has been deprecated in nova[1] in
favor of the new parameter, cpu_models, so puppet-nova should support
that new parameter instead of the old one.

Note that this change directly removes cpu_model parameter which is
added by the parent change, to avoid a redundant deprecated parameter
created in a single release.

[1] f80e5f989db7f326e824b671cfe0a8bbb047cfca
Change-Id: Ib8e9ec2e0bde59e72b0ce3639b64d3e8a6ff9eac
2020-09-23 08:16:04 +09:00

7 lines
199 B
YAML

---
deprecations:
- |
The ``nova::compute::libvirt::libvirt_cpu_model`` parameter has been
deprecated and will be removed in a future release. Use the ``cpu_models``
parameter instead.