puppet-nova/releasenotes/notes/nova-api-instance_name_template-default-01fb4a333ff60e19.yaml
Takashi Kajinami 771b0bbe4e Refactor logic about the instance_name_template parameter
We don't need to implement a speicific logic to ensure the parameter is
absent but can pass $::os_service_default. This change updates default
of the instance_name_template parameter so that we can simplify our
current logic to manage the parameter.

Change-Id: I5fcd8e15c5b3a3386104506fb9f7b54eda2eb867
2021-01-27 11:17:12 +09:00

9 lines
380 B
YAML

---
deprecations:
- |
Default value of ``nova::api::instance_name_template`` has been changed
from ``undef`` to ``$::os_service_default``. The parameter still accepts
any false value then unsets the parameter, but this behavior will be
changed in a future release. Use ``$::os_service_default`` if you want to
use the default defined in nova implementation.