Merge "add missing deprecation reason for eventlet option"

This commit is contained in:
Jenkins 2016-04-20 02:02:52 +00:00 committed by Gerrit Code Review
commit 3456a9e8a8

View File

@ -1022,6 +1022,7 @@ FILE_OPTIONS = {
deprecated_name='admin_port',
deprecated_group='DEFAULT',
deprecated_for_removal=True,
deprecated_reason=_DEPRECATE_EVENTLET_MSG,
help='The port number which the admin service listens '
'on.'),
],