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

chore: Update lxc_container to support py3 #5304

Merged
merged 5 commits into from
Oct 1, 2022

Conversation

cloudnull
Copy link
Contributor

SUMMARY

This change is mostly just a documentation change which will report the requirements correctly for python3-lxc. I've also removed the use of six which results in us changing xrange to range.

Fixes: #5294

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

lxc_container

Signed-off-by: Kevin Carter [email protected]

@ansibullbot ansibullbot added bug This issue/PR relates to a bug cloud module module new_contributor Help guide this first time contributor plugins plugin (any type) labels Sep 23, 2022
@github-actions
Copy link

github-actions bot commented Sep 23, 2022

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and your docs changes will be incorporated when they are next published.

Copy link
Collaborator

@russoz russoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @cloudnull just a couple of minor comments.

You might want to review the documentations for the module and apply
https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#linking-and-other-format-macros-within-module-documentation

@felixfontein felixfontein added check-before-release PR will be looked at again shortly before release and merged if possible. backport-4 labels Sep 25, 2022
@felixfontein
Copy link
Collaborator

Please also add a changelog fragment :) Thanks.

This change is mostly just a documentation change which will report the requirements
correctly for python3-lxc. I've also removed the use of six which results in us
changing `xrange` to `range`.

Resolves: ansible-collections#5294
Signed-off-by: Kevin Carter <[email protected]>
Co-authored-by: Alexei Znamensky <[email protected]>
@cloudnull
Copy link
Contributor Author

Please also add a changelog fragment :) Thanks.

done.

@cloudnull
Copy link
Contributor Author

Thank you for the review @russoz @felixfontein I've pushed a couple updates and squashed the commits. If you have a moment to re-review it would be greatly appreciated.

@ansibullbot ansibullbot added the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR label Sep 29, 2022
Copy link
Collaborator

@russoz russoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit on punctuation, other than that, LGTM

@ansibullbot

This comment was marked as outdated.

@ansibullbot ansibullbot added the ci_verified Push fixes to PR branch to re-run CI label Sep 30, 2022
@russoz
Copy link
Collaborator

russoz commented Sep 30, 2022

https://github.com/ansible-collections/community.general/blob/main/changelogs/config.yaml#L24

Plural ;)

@cloudnull
Copy link
Contributor Author

@ansibullbot ansibullbot removed ci_verified Push fixes to PR branch to re-run CI needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR labels Oct 1, 2022
Copy link
Collaborator

@russoz russoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTN

This was referenced Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug cloud module module new_contributor Help guide this first time contributor plugins plugin (any type)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LXC module uses python2
4 participants