Files
puppet-nova/releasenotes/notes/libvirt-enabled-perf-events-fix-79be68140b4e9a81.yaml
Alex Schultz 8ed5c5e974 Properly handle arrays for enabled_perf_events
Since the nova_config provider assumes that arrays are multi-str
configuration items, the enabled_perf_events would not be properly
configured if an array was provided. This resulted in idempotency issues
when [] was used as well as dropping values if ['cmt','mbml'] was
passed. This change ensures a comma seperated list is used for the
configuration value of enabled_perf_events.

Change-Id: I41ad1d4a7f14acae10e673676cd8adc98eddbec5
Closes-Bug: #1690946
2017-05-17 21:13:18 +00:00

7 lines
243 B
YAML

---
fixes:
- |
The configuration for libvirt/enabled_perf_events requires a comma
seperated string for the value. The libvirt_enabled_perf_events parameter
will now properly convert arrays being passed in to a string. LP#1690946