diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-03-26 00:39:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-03-26 00:39:16 +0000 |
| commit | f14be575cfb6d1554b8d1d3bdab273cc7aa61b65 (patch) | |
| tree | 1fbb53efad233796d54378437f13b12972a0a6b0 /openstack/common/notifier/api.py | |
| parent | 4d1a4f28dca5e115c467cd3bd792121317427d56 (diff) | |
| parent | d7ae4ff11c7ef543c6b717952f98de236fa20d96 (diff) | |
| download | oslo-f14be575cfb6d1554b8d1d3bdab273cc7aa61b65.tar.gz oslo-f14be575cfb6d1554b8d1d3bdab273cc7aa61b65.tar.xz oslo-f14be575cfb6d1554b8d1d3bdab273cc7aa61b65.zip | |
Merge "Remove deprecated Grizzly features"
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', |
