[BUG] boto_rds.subnet_group_present broken #61555
Labels
boto
AWS wrapper modules
Bug
broken, incorrect, or confusing behavior
python3
regarding Python 3 support
Regression
The issue is a bug that breaks functionality known to work in previous releases.
severity-high
2nd top severity, seen by most users, causes major problems
Milestone
Description
boto_rds.subnet_group_present
no longer works on3004
(it last worked for me on3000.9
with Python 2.7)Setup
Please be as specific as possible and give set-up details.
System boto packages:
test_boto_subnet_group_present.sls
:Steps to Reproduce the behavior
Expected behavior
salt state should work as documented and as it did previously
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
Based on fugue/credstash#224 (comment), it seems like this is a Python 2 => Python 3 issue.
Potential solution:
This solution works for me, but maybe something like what
parameter_group_exists()
has would be better.The text was updated successfully, but these errors were encountered: