Merge pull request #50258 from dubb-b/fix_cloud_ec2

Adding securitygroupname as the config instead of securitygroup
This commit is contained in:
Daniel Wallace 2018-10-26 18:03:06 -05:00 committed by GitHub
commit 6b009b4290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ class EC2Test(ShellCase):
id_ = config[profile_str][PROVIDER_NAME]['id']
key = config[profile_str][PROVIDER_NAME]['key']
key_name = config[profile_str][PROVIDER_NAME]['keyname']
sec_group = config[profile_str][PROVIDER_NAME]['securitygroup']
sec_group = config[profile_str][PROVIDER_NAME]['securitygroupname'][0]
private_key = config[profile_str][PROVIDER_NAME]['private_key']
location = config[profile_str][PROVIDER_NAME]['location']