Files
puppet-designate/releasenotes/notes/bug-2079986-10aed43f57d0f55c.yaml
Takashi Kajinami 64faf03ad6 Fix inconsistent default notification driver
Use the os_service_default fact, which effectively means noop
notification driver, because it is a more commonly used default.

Closes-Bug: #2079986
Change-Id: I8baaf613036b943490c874ac1edbbb5ee623480c
2024-09-10 10:09:29 +09:00

8 lines
291 B
YAML

---
upgrade:
- |
The ``designate::notification_driver`` parameter now defaults to
the os_service_default fact, which is the default value more globally used
by the other Puppet OpenStack modules. Set the parameter to ``messaging``
to keep using the previous default value.