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:
Peter Razumovsky 2015-06-01 16:56:21 +03:00
parent 49bde9e4d2
commit 6c520c1adb
1 changed files with 0 additions and 2 deletions

View File

@ -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)