Remove deprecated list_notifier_drivers option
It was deprecated in Juno, and should be deleted in Liberty regarding doc [1]. [1]: https://etherpad.openstack.org/p/YVR-heat-liberty-deprecation Change-Id: Ie1b85f88f6851e7c2638471972ac06991955f9d6
This commit is contained in:
parent
49bde9e4d2
commit
6c520c1adb
@ -25,8 +25,6 @@ notifier_opts = [
|
||||
help='Default notification level for outgoing notifications.'),
|
||||
cfg.StrOpt('default_publisher_id',
|
||||
help='Default publisher_id for outgoing notifications.'),
|
||||
cfg.MultiStrOpt('list_notifier_drivers',
|
||||
help='List of drivers to send notifications (DEPRECATED).')
|
||||
]
|
||||
CONF = cfg.CONF
|
||||
CONF.register_opts(notifier_opts)
|
||||
|
Loading…
Reference in New Issue
Block a user