puppet-nova/releasenotes/notes/switch_upgrade_parameters_to_service_default-851e15a0bbc663a7.yaml
Denis Egorenko 3b7dd02d0c Switch defaults for nova upgrade parameters to $::os_service_default
This patch switches defaults for nova upgrade parameters to our common
fact $::os_service_default, that help us to reduce lines of code
for huge main nova class.

Change-Id: I29d238c12a39cac0bf564d6332b7bce2552bd5b4
2016-06-28 17:05:57 +03:00

7 lines
228 B
YAML

---
other:
- Switch nova upgrade parameters to $::os_service_default fact.
This change will help to reduce lines of code and also by
default all values have 'undef' value and can be easily switched
to common fact.