oslo.messaging/oslo_messaging/notify
Matt Riedemann 15cd99050c Provide alias to oslo_messaging.notify._impl_messaging
Ifb96c2ae9868426cac2700bf4917c27c02c90b15 moved the _impl_messaging
module to oslo_messaging.notify.messaging which breaks neutron.

Neutron is fixed on master for mitaka but neutron on stable/liberty
is broken, and changing neutron on stable/liberty to use the new
path would require a global-requirements minimum version bump for
oslo.messaging to 2.6.0, which we want to avoid for people that have
already shipped liberty.

So provide an alias to the moved module so neutron in stable/liberty
continues to work. We deprecate the module so consumers know they
need to upgrade and move off this. We may need to cap oslo.messaging
in global-requirements on stable/liberty at some point when we remove
the deprecated alias module.

Change-Id: I29453e0fbf30b0a571c2b1afc7cc81d1a11535f0
Closes-Bug: #1513630
2015-11-19 12:45:14 -08:00
..
__init__.py Decouple transport for RPC and Notification 2015-11-10 20:40:22 -05:00
_impl_log.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_messaging.py Provide alias to oslo_messaging.notify._impl_messaging 2015-11-19 12:45:14 -08:00
_impl_noop.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_routing.py Use yaml.safe_load instead of yaml.load 2015-10-21 17:22:20 +02:00
_impl_test.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
dispatcher.py Remove usage of contentmanager for executors 2015-07-08 13:42:10 +02:00
filter.py Implements notification-dispatcher-filter 2015-01-13 09:44:23 -05:00
listener.py Decouple transport for RPC and Notification 2015-11-10 20:40:22 -05:00
log_handler.py Decouple transport for RPC and Notification 2015-11-10 20:40:22 -05:00
logger.py Decouple transport for RPC and Notification 2015-11-10 20:40:22 -05:00
messaging.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
middleware.py Decouple transport for RPC and Notification 2015-11-10 20:40:22 -05:00
notifier.py Decouple transport for RPC and Notification 2015-11-10 20:40:22 -05:00