Add ROCKY to deprecated releases

Keystone uses [0] for marking config settings as deprecated and currently
ROCKY is missing as an option.  This change adds it in to match previous
releases.

[0] https://github.com/openstack/keystone/blob/master/keystone/conf/default.py#L103

Change-Id: I180209bbb11ee56ff5a950df4c5cbe5759c349ac
This commit is contained in:
Gage Hugo 2018-04-04 14:16:11 -05:00
parent 28a3dad5dc
commit d68a895ee8
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ class deprecated(object):
OCATA = 'O'
PIKE = 'P'
QUEENS = 'Q'
ROCKY = 'R'
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
"""Initialize decorator