Add Zed in versionutils
with these once could use versionutils.deprecated.ZED in config annotations and logs. Change-Id: I8d5ed01a4b4d1a544fe868c571a54dc96e8ae2f2
This commit is contained in:
@@ -77,6 +77,7 @@ _RELEASES = {
|
|||||||
'W': 'Wallaby',
|
'W': 'Wallaby',
|
||||||
'X': 'Xena',
|
'X': 'Xena',
|
||||||
'Y': 'Yoga',
|
'Y': 'Yoga',
|
||||||
|
'Z': 'Zed',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -159,6 +160,7 @@ class deprecated(object):
|
|||||||
WALLABY = 'W'
|
WALLABY = 'W'
|
||||||
XENA = 'X'
|
XENA = 'X'
|
||||||
YOGA = 'Y'
|
YOGA = 'Y'
|
||||||
|
ZED = 'Z'
|
||||||
|
|
||||||
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
|
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
|
||||||
"""Initialize decorator
|
"""Initialize decorator
|
||||||
|
|||||||
Reference in New Issue
Block a user