Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aluminium deprecation notice for openstack/neutron util module and/or execution module, superseded by neutronng execution module #59080

Closed
ScriptAutomate opened this issue Dec 3, 2020 · 1 comment
Labels
Aluminium Release Post Mg and Pre Si Deprecation

Comments

@ScriptAutomate
Copy link
Contributor

The salt/utils/openstack/neutron.py utils module says it is being deprecated, and/or that the salt/modules/neutron.py execution module is being deprecated? It has a warn_until() message specifying Aluminium. It says it is being replaced by the salt/modules/neutronng.py execution module.

"""
Set up neutron credentials
"""
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"
),
)

This was included in the output of a query using the following grep command from root of the repo:

grep -Rn "warn_until" -A1 | egrep -i "Alu" | egrep -v "_build|salt.7|deprecations.rst"
@ScriptAutomate ScriptAutomate added Aluminium Release Post Mg and Pre Si Deprecation labels Dec 3, 2020
@ScriptAutomate
Copy link
Contributor Author

Closed as duplicate of #49430

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aluminium Release Post Mg and Pre Si Deprecation
Projects
None yet
Development

No branches or pull requests

1 participant