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

Fix influx API name warnings and user delete bug #20497

Merged
merged 4 commits into from
Feb 7, 2015
Merged

Fix influx API name warnings and user delete bug #20497

merged 4 commits into from
Feb 7, 2015

Conversation

highlyunavailable
Copy link
Contributor

Some influxdb python API methods changed names and were generating
warnings every time this module was run.

The user_remove method had a bug that actually deleted the user you were
logged in as rather than the user you wanted to delete when run.

Added a method to test login for a user to see if they exist (mostly to
work around a use case described in #20496.) - for example to try logging
in as root:root to see if it's been deleted.

Some influxdb python API methods changed names and were generating
warnings every time this module was run.

The user_remove method had a bug that actually deleted the user you were
logged in as rather than the user you wanted to delete when run.

Added a method to test login for a user to see if they exist (mostly to
work around a use case described in #20496.) - for example to try logging
in as root:root to see if it's been deleted.
That'll teach me not to work in two places at once.
@jfindlay
Copy link
Contributor

jfindlay commented Feb 7, 2015

@highlyunavailable, thanks for the fixes.

jfindlay added a commit that referenced this pull request Feb 7, 2015
Fix influx API name warnings and user delete bug
@jfindlay jfindlay merged commit b8deab5 into saltstack:develop Feb 7, 2015
@highlyunavailable highlyunavailable deleted the feature/influxdb_fixes branch February 8, 2015 02:47
@rallytime rallytime added the ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch. label Mar 20, 2015
jfindlay added a commit that referenced this pull request Mar 21, 2015
jfindlay added a commit that referenced this pull request Mar 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tests-Passed ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants