-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Handle deprecated neutron module #49430
Comments
going to bump the warn until version to aluminium due to this blocker: #55663 |
I accidentally opened a duplicate about this! Copy/paste of what I had: 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 salt/salt/utils/openstack/neutron.py Lines 102 to 111 in 116ab7b
This was included in the output of a query using the following
|
Need work. |
pillar/neutron.py is the only once that needs a port pillar/neutron.py |
The neutron module has been replaced with neutronng.py. Anything relying on the neutron utils module must be addressed.
Don't forget to remove the autodoc files + references, as well as the stale doc files on the doc build server.
The text was updated successfully, but these errors were encountered: