-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
-
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
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])
Reactions are currently unavailable