diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2013-03-25 16:37:39 -0400 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2013-03-25 17:15:22 -0400 |
| commit | d7ae4ff11c7ef543c6b717952f98de236fa20d96 (patch) | |
| tree | f9f0b7e582d54ba901d9aa164dc0353122f4c362 /openstack/common/notifier/api.py | |
| parent | 575e74d352d685773513218a286979bb58920246 (diff) | |
| download | oslo-d7ae4ff11c7ef543c6b717952f98de236fa20d96.tar.gz oslo-d7ae4ff11c7ef543c6b717952f98de236fa20d96.tar.xz oslo-d7ae4ff11c7ef543c6b717952f98de236fa20d96.zip | |
Remove deprecated Grizzly features
Now that Havana has started, remove deprecated Grizzly features
* deprecated alias list_notifier_drivers (for notification_driver)
* openstack/common/notifier/rabbit_notifier.py (use rpc_notifier
instead)
Change-Id: I0dbb997ba774f58766bddf950049ec1e2d5b79de
Diffstat (limited to 'openstack/common/notifier/api.py')
| -rw-r--r-- | openstack/common/notifier/api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack/common/notifier/api.py b/openstack/common/notifier/api.py index 0b18df6..13ac394 100644 --- a/openstack/common/notifier/api.py +++ b/openstack/common/notifier/api.py @@ -30,7 +30,6 @@ LOG = logging.getLogger(__name__) notifier_opts = [ cfg.MultiStrOpt('notification_driver', default=[], - deprecated_name='list_notifier_drivers', help='Driver or drivers to handle sending notifications'), cfg.StrOpt('default_notification_level', default='INFO', |
