Bump deprecation warning for boto_vpc.describe_route_table

This deprecation warning needs to be bumped out to Neon instead
of Oxygen.

See Issue #43223 for more details.
This commit is contained in:
rallytime 2017-09-11 16:21:09 -04:00
parent c57dc5f0e3
commit c91cd1c6d9

View file

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