Replace 'M' with 'Mitaka'
There were three instances of 'M' being used for the 'Mitaka' release. Change-Id: Ia16bea3520dd2206bf490432864a741ca0d918cb
This commit is contained in:
parent
e72dc250b3
commit
d0c107bbbc
@ -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'
|
||||
|
@ -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))
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user