Move boto_vpc.describe_route_table deprecation version to Oxygen (#38545)

Deprecations need 2 feature releases before we can remove them.

This deprecation notice appeared first in 2016.11, so we need to
allow a little more time to adapt to the change.
This commit is contained in:
Nicole Thomas 2017-01-04 09:13:28 -05:00 committed by GitHub
parent 5e80104a70
commit d43beab738

View file

@ -2453,7 +2453,7 @@ def describe_route_table(route_table_id=None, route_table_name=None,
'''
salt.utils.warn_until('Nitrogen',
salt.utils.warn_until('Oxygen',
'The \'describe_route_table\' method has been deprecated and '
'replaced by \'describe_route_tables\'.'
)