puppet-manila/releasenotes/notes/bug-2079986-6ec7172fb10d836b.yaml
Takashi Kajinami c551637461 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: Ia0d3fcf2b4a951144a4c03732f5a637e40c68aeb
2024-09-10 10:08:46 +09:00

8 lines
288 B
YAML

---
upgrade:
- |
The ``manila::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.