mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49003 from rallytime/boto-test-2017.7
Back-port #48999 to 2017.7
This commit is contained in:
commit
b49eeca6e9
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class BotoSecgroupTestCase(TestCase, LoaderModuleMockMixin):
|
|||
from_port = 22
|
||||
to_port = 22
|
||||
cidr_ip = u'0.0.0.0/0'
|
||||
rules_egress = [{'to_port': -1, 'from_port': -1, 'ip_protocol': u'-1', 'cidr_ip': u'0.0.0.0/0'}]
|
||||
rules_egress = [{'to_port': None, 'from_port': None, 'ip_protocol': u'-1', 'cidr_ip': u'0.0.0.0/0'}]
|
||||
|
||||
conn = boto.ec2.connect_to_region(region, **boto_conn_parameters)
|
||||
group = conn.create_security_group(name=group_name, description=group_name)
|
||||
|
|
Loading…
Add table
Reference in a new issue