Merge "Add Mitaka release to versionutils"

This commit is contained in:
Jenkins 2015-08-22 02:07:44 +00:00 committed by Gerrit Code Review
commit 6a7932f9d1

View File

@ -105,6 +105,7 @@ class deprecated(object):
JUNO = 'J'
KILO = 'K'
LIBERTY = 'L'
MITAKA = 'M'
_RELEASES = {
# NOTE(morganfainberg): Bexar is used for unit test purposes, it is
@ -117,6 +118,7 @@ class deprecated(object):
'J': 'Juno',
'K': 'Kilo',
'L': 'Liberty',
'M': 'Mitaka',
}
_deprecated_msg_with_alternative = _(