
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
8 lines
288 B
YAML
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.
|