mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
c57dc5f0e3
commit
c91cd1c6d9
1 changed files with 2 additions and 1 deletions
|
@ -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\'.'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue