Skip to content

Commit

Permalink
Merge pull request #55664 from Ch3LL/issue_49430
Browse files Browse the repository at this point in the history
Bump deprecation warning to Aluminium for neutron module
  • Loading branch information
dwoz committed Dec 26, 2019
2 parents 767c818 + 98b34b3 commit 552c07b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions salt/utils/openstack/neutron.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

# Import salt libs
from salt import exceptions
import salt.utils.versions

# Get logging started
log = logging.getLogger(__name__)
Expand Down Expand Up @@ -81,8 +82,8 @@ def __init__(
'''
Set up neutron credentials
'''
__utils__['versions.warn_until'](
'Neon',
salt.utils.versions.warn_until(
'Aluminium',
(
'The neutron module has been deprecated and will be removed in {version}. '
'Please update to using the neutronng module'
Expand Down

0 comments on commit 552c07b

Please sign in to comment.