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

Do not assume every object is a server #38501

Merged
merged 1 commit into from Jan 1, 2017

Conversation

mvdwalle
Copy link

What does this PR do?

This pullrequest fixes a bug in the Gogrid driver for Salt Cloud. The list_passwords function assumed that each object returned from the Gogrid API is a server. However if you have cloud storage these objects are also added to that list and the provision goes into an endless loop.

Previous Behavior

Salt would not be able to properly roll out a server on Gogrid if the account has cloud storage.

New Behavior

Salt now properly filters out non-server passwords.

Tests written?

No

@cachedout cachedout merged commit 13f0b80 into saltstack:2016.11 Jan 1, 2017
@mvdwalle mvdwalle deleted the fix-gogrid-list-password branch January 2, 2017 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants