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

Bump deprecation warning to Aluminium for neutron module #55664

Merged
merged 1 commit into from Dec 26, 2019

Conversation

Ch3LL
Copy link
Contributor

@Ch3LL Ch3LL commented Dec 16, 2019

What does this PR do?

the neutron module was set to be deprecated in neon in favor of neutronng but if you look at all the uses of salt.utils.openstack.neutron which the neutron module uses when initializing its auth there is the neutron pillar that is still using the old nuetron module. So I added this issue: #55663 to track the work to migrate the neutron pillar to use the new neutronng module instead before we can entirely deprecate the neutron module. So for now we are going to bump the deprecation warning in the neutron module to gives us enough time for this migration.

This PR also fixes an issue where the salt.utils.openstack.neutron tries to call __utils__ to add the deprecation warning, but __utils__ is not packed into the utils loader so it fails.

What issues does this PR fix or reference?

#49430

@dwoz dwoz merged commit 552c07b into saltstack:master Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZRELEASED - Neon retired label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants