-
Notifications
You must be signed in to change notification settings - Fork 377
Deprecate state=list in ec2_vol #108
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
Conversation
Functionality is already available in ec2_vol_info Add missing return docs to ec2_vol_info
|
cc @tremble |
tremble
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 minor nit, otherwise looks good. (Thought I'd already submitted PRs for deprecating state=list, must just have been the tests)
plugins/modules/ec2_vol_info.py
Outdated
| type: str | ||
| sample: "standard" | ||
| zone: | ||
| description: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: | |
| description: The Availability Zone of the volume |
Not 100% on the whitespace here it's difficult to compare the 'real' and suggested indentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whitespace is totally wrong, thanks.
I think you did the deprecation for ec2_tag. I didn't find any others at least
Co-authored-by: Mark Chappell <[email protected]>
tremble
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming the tests pass (don't see why they wouldn't given it's only docs changes since the last tests),
LGTM.
|
they would fail if I didn't bother to make the changelog valid yaml :) |
ec2_vol - remove deprecated state=list SUMMARY Remove the deprecated state list from ec2_vol. This functionality has been moved to the ec2_vol_info module. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_vol ADDITIONAL INFORMATION See also: #108 Reviewed-by: Alina Buzachis <None>
This wasn't added until 2.10; #67141
SUMMARY
Deprecate state=list in ec2_vol
Functionality is already available in ec2_vol_info
Add missing return docs to ec2_vol_info
ISSUE TYPE
COMPONENT NAME
ec2_vol
ec2_vol_info