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