From d0c107bbbc58e2ef650851d768e914ece10b2a69 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" <john.l.villalovos@intel.com> Date: Thu, 13 Aug 2015 09:37:15 -0700 Subject: [PATCH] Replace 'M' with 'Mitaka' There were three instances of 'M' being used for the 'Mitaka' release. Change-Id: Ia16bea3520dd2206bf490432864a741ca0d918cb --- oslo_messaging/_drivers/amqp.py | 2 +- oslo_messaging/_drivers/amqpdriver.py | 2 +- oslo_messaging/_drivers/impl_qpid.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oslo_messaging/_drivers/amqp.py b/oslo_messaging/_drivers/amqp.py index 4a4e3c1c9..55fb9d49f 100644 --- a/oslo_messaging/_drivers/amqp.py +++ b/oslo_messaging/_drivers/amqp.py @@ -60,7 +60,7 @@ amqp_opts = [ 'provides such compatibility - it defaults to False in ' 'Liberty and can be turned on for early adopters with a ' 'new installations or for testing. Please note, that ' - 'this option will be removed in M release.') + 'this option will be removed in the Mitaka release.') ] UNIQUE_ID = '_unique_id' diff --git a/oslo_messaging/_drivers/amqpdriver.py b/oslo_messaging/_drivers/amqpdriver.py index c1d0f52be..cb7fe05a7 100644 --- a/oslo_messaging/_drivers/amqpdriver.py +++ b/oslo_messaging/_drivers/amqpdriver.py @@ -76,7 +76,7 @@ class AMQPIncomingMessage(base.IncomingMessage): else: # TODO(sileht): look at which version of oslo-incubator rpc # send need this, but I guess this is older than icehouse - # if this is icehouse, we can drop this at M + # if this is icehouse, we can drop this at Mitaka # if this is havana, we can drop this now. conn.direct_send(self.msg_id, rpc_common.serialize_msg(msg)) diff --git a/oslo_messaging/_drivers/impl_qpid.py b/oslo_messaging/_drivers/impl_qpid.py index 005a6ea68..90c7bba17 100644 --- a/oslo_messaging/_drivers/impl_qpid.py +++ b/oslo_messaging/_drivers/impl_qpid.py @@ -774,8 +774,8 @@ class QpidDriver(amqpdriver.AMQPDriverBase): default_exchange=None, allowed_remote_exmods=None): warnings.warn(_('The Qpid driver has been deprecated. ' - 'The driver is planned to be removed during the `M` ' - 'development cycle.'), + 'The driver is planned to be removed during the ' + '`Mitaka` development cycle.'), DeprecationWarning, stacklevel=2) opt_group = cfg.OptGroup(name='oslo_messaging_qpid',