update a config option deprecation message

include when the option was deprecated and when it will
be removed. refer to Iad628a863e55cbf20c89ef23ebc7527ba8e1a835
for details

Change-Id: I9d5f267ec45acfc92209e68e943c8fca244af9ca
This commit is contained in:
Steve Martinelli 2016-06-29 15:25:02 -04:00
parent e104838e7f
commit 1b0a5530f9
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ release and will be removed in the O release.
""")
_DEPRECATE_PROXY_SSL = utils.fmt("""
Use oslo.middleware.http_proxy_to_wsgi configuration instead.
This option has been deprecated in the N release and will be removed in the P
release. Use oslo.middleware.http_proxy_to_wsgi configuration instead.
""")
admin_token = cfg.StrOpt(