-
Notifications
You must be signed in to change notification settings - Fork 343
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
rds_instance: fix 'typeError'when tagging gp3 db #1437
rds_instance: fix 'typeError'when tagging gp3 db #1437
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 17s |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1444 🤖 @patchback |
rds_instance: fix 'typeError'when tagging gp3 db SUMMARY This PR fixes bug causing error when managing tags on a gp3 rds database instance, caused by a conditional statement comparing allocated_storage even when it is not provided. currently code returns TypeError: '>=' not supported between instances of 'NoneType' and 'int'. ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_instance ADDITIONAL INFORMATION Reviewed-by: Mark Chappell (cherry picked from commit f63d191)
[PR #1437/f63d1919 backport][stable-5] rds_instance: fix 'typeError'when tagging gp3 db This is a backport of PR #1437 as merged into main (f63d191). SUMMARY This PR fixes bug causing error when managing tags on a gp3 rds database instance, caused by a conditional statement comparing allocated_storage even when it is not provided. currently code returns TypeError: '>=' not supported between instances of 'NoneType' and 'int'. ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_instance ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
Changelog Rename ec2_url to endpoint_url SUMMARY In ansible-collections#992 ec2_url was renamed to endpoint_url, with ec2_url remaining as an alias. This fragment is to improve visibility for a cross-collection change. ISSUE TYPE Docs Pull Request COMPONENT NAME changelogs/fragments/ ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
SUMMARY
This PR fixes bug causing error when managing tags on a
gp3
rds database instance, caused by a conditional statement comparingallocated_storage
even when it is not provided.currently code returns
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
.ISSUE TYPE
COMPONENT NAME
rds_instance
ADDITIONAL INFORMATION