Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Mar 23, 2022
2 parents 0ac4007 + f641c8e commit 5add335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ def prepare_security_groups_new_server(self, resenv, servername, http, https):
ssh=resenv_metadata.security_group_ssh,
).name
)
elif research_enviroment != "user_key_url":
elif research_enviroment not in ["user_key_url", "optional"]:
LOG.error(
"Failure to load metadata of reasearch enviroment: "
+ research_enviroment
Expand Down

0 comments on commit 5add335

Please sign in to comment.