oslo.messaging/oslo_messaging
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
..
_cmd Non-blocking outgoing queue was implemented 2015-09-28 14:14:53 +03:00
_drivers [zmq] Add config options to specify dynamic ports range 2015-11-13 15:22:39 +02:00
_executors Fix a race calling blocking MessageHandlingServer.start() 2015-10-21 09:43:52 +01:00
hacking Use proper translating helper for logging 2015-08-20 21:01:59 -04:00
notify Provide alias to oslo_messaging.notify._impl_messaging 2015-11-19 12:45:14 -08:00
openstack Switch to warnings module instead of versionutils 2015-06-10 22:23:16 -04:00
rpc Fixing the server example code 2015-11-10 14:58:17 -08:00
tests Provide alias to oslo_messaging.notify._impl_messaging 2015-11-19 12:45:14 -08:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
_i18n.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
_utils.py Robustify locking in MessageHandlingServer 2015-11-17 11:26:54 +00:00
conffixture.py AMQP 1.0: Properly initialize AMQP 1.0 configuration options 2015-10-06 12:07:04 -04:00
exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
localcontext.py Switch to warnings module instead of versionutils 2015-06-10 22:23:16 -04:00
opts.py Merge remote-tracking branch 'origin/feature/zmq' into merge-branch 2015-09-15 11:07:44 -04:00
serializer.py Add RequestContextSerializer 2015-05-07 12:07:47 +03:00
server.py Robustify locking in MessageHandlingServer 2015-11-17 11:26:54 +00:00
target.py Add support for multiple namespaces in Targets 2015-03-12 16:07:51 -04:00
transport.py Remove a useless statement 2015-10-23 20:07:39 +02:00