We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
warn_until()
Aluminium
salt/salt/utils/openstack/neutron.py
Lines 102 to 111 in 116ab7b
This was included in the output of a query using the following grep command from root of the repo:
grep
grep -Rn "warn_until" -A1 | egrep -i "Alu" | egrep -v "_build|salt.7|deprecations.rst"
The text was updated successfully, but these errors were encountered:
Closed as duplicate of #49430
Sorry, something went wrong.
No branches or pull requests
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 specifyingAluminium
. It says it is being replaced by the salt/modules/neutronng.py execution module.salt/salt/utils/openstack/neutron.py
Lines 102 to 111 in 116ab7b
This was included in the output of a query using the following
grep
command from root of the repo:The text was updated successfully, but these errors were encountered: