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

Can't delete a minion key from the Python API #31112

Closed
whiteinge opened this issue Feb 10, 2016 · 3 comments
Closed

Can't delete a minion key from the Python API #31112

whiteinge opened this issue Feb 10, 2016 · 3 comments
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt fixed-pls-verify fix is linked, bug author to confirm fix P3 Priority 3 severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone

Comments

@whiteinge
Copy link
Contributor

This doesn't work. No error, no return. Tested on 2015.8 and 2016.3.

>>> import salt.wheel
>>> import salt.config
>>> master_opts = salt.config.client_config('/etc/salt/master')
>>> wheel = salt.wheel.WheelClient(master_opts)
>>> wheel.cmd('key.delete', kwarg={'match': 'jerry'})
@jfindlay jfindlay added Bug broken, incorrect, or confusing behavior severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around Core relates to code central or existential to Salt Salt-API P3 Priority 3 labels Feb 11, 2016
@jfindlay jfindlay added this to the Approved milestone Feb 11, 2016
@jfindlay jfindlay removed the Salt-API label Feb 11, 2016
@rallytime
Copy link
Contributor

@whiteinge I think this might be a duplicate of #30866. What do you think?

@rallytime
Copy link
Contributor

@whiteinge I think this should be fixed with #31570.

@rallytime rallytime added the fixed-pls-verify fix is linked, bug author to confirm fix label Mar 1, 2016
@cro
Copy link
Contributor

cro commented Mar 2, 2016

verified fixed.

@cro cro closed this as completed Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt fixed-pls-verify fix is linked, bug author to confirm fix P3 Priority 3 severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around
Projects
None yet
Development

No branches or pull requests

4 participants