73576db82c
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
19 lines
625 B
YAML
19 lines
625 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The following parameters in the ``nova::compute::libvirt`` class have been
|
|
renamed to shorten names without ``libvirt_`` prefix. The old parameter
|
|
names have been deprecated and will be removed in a future release.
|
|
|
|
- ``libvirt_virt_type``
|
|
- ``libvirt_cpu_mode``
|
|
- ``libvirt_cpu_model_extra_flags``
|
|
- ``libvirt_snapshot_image_format``
|
|
- ``libvirt_disk_cachemodes``
|
|
- ``libvirt_hw_disk_discard``
|
|
- ``libvirt_hw_machine_type``
|
|
- ``libvirt_inject_password``
|
|
- ``libvirt_inject_key``
|
|
- ``libvirt_inject_partition``
|
|
- ``libvirt_enabled_perf_events``
|