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: kinesis stream tag deletion #54537

Merged
merged 1 commit into from
Apr 5, 2019
Merged

fix: kinesis stream tag deletion #54537

merged 1 commit into from
Apr 5, 2019

Conversation

Tyler-2
Copy link
Contributor

@Tyler-2 Tyler-2 commented Mar 28, 2019

SUMMARY

tags.keys() returns a list of the keys, sure. But in Python 3 it's a
"dict_keys" class, and BOTO is expecting a list. So let's make this work
in Python 3 and 2.

list(tags) returns a list of the keys in Python 2 and Python3. That
seems to be what we want.

Fixes #54534

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

kinesis_stream

ADDITIONAL INFORMATION

tags.keys() returns a list of the keys, sure. But in Python 3 it's a 
"dict_keys" class, and BOTO is expecting a list. So let's make this work 
in Python 3.

list(tags) returns a list of the keys in Python 2 and Python3. That 
seems to be what we want.
@ansibot
Copy link
Contributor

ansibot commented Mar 28, 2019

@ansibot
Copy link
Contributor

ansibot commented Mar 28, 2019

@Tyler-2, just so you are aware we have a dedicated Working Group for aws.
You can find other people interested in this in #ansible-aws on Freenode IRC
For more information about communities, meetings and agendas see https://github.com/ansible/community

click here for bot help

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 aws bug This issue/PR relates to a bug. cloud community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. python3 small_patch support:community This issue/PR relates to code supported by the Ansible community. labels Mar 28, 2019
@willthames willthames merged commit daca7fa into ansible:devel Apr 5, 2019
@sivel sivel removed the needs_triage Needs a first human triage before being processed. label Apr 9, 2019
@Tyler-2 Tyler-2 deleted the fix-kinesis-tag-deletion branch May 13, 2019 18:06
@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 aws bug This issue/PR relates to a bug. cloud community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. new_contributor This PR is the first contribution by a new community member. python3 small_patch support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kinesis_stream fails to delete tags
4 participants