mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #50258 from dubb-b/fix_cloud_ec2
Adding securitygroupname as the config instead of securitygroup
This commit is contained in:
commit
6b009b4290
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue