You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is some information in the provider test for sec group
why doe sthis matter, shoudl the sec groups not just work, if this is important i think it shoudl be explained somewhere
if cloud == 'aws':
group_indicator = 'GroupName'
elif cloud == 'oracle':
group_indicator = '_display_name'
# elif cloud == 'chameleon':
else:
group_indicator = 'name'
for e in sec_groups:
print(e[group_indicator])
The text was updated successfully, but these errors were encountered:
oracle fix in code : Oracle update for secgroup test case cloudmesh-oracle#5
oracle fix in test
aws fix in code
aws fix in test
azure verify if issue in code
azure verify if issue in test
there is some information in the provider test for sec group
why doe sthis matter, shoudl the sec groups not just work, if this is important i think it shoudl be explained somewhere
The text was updated successfully, but these errors were encountered: