-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
After i change the line in create_vm.py in actions, it works fine
#if (not size_id and not size_name) or (size_id and size_name): - Original line
if (not size_id and not size_name):
raise ValueError('Either "size_id" or "size_name" needs to be provided')
#if (not image_id and not image_name) or (image_id and image_name): - Original line
if (not image_id and not image_name):
raise ValueError('Either "image_id" or "image_name" needs to be provided')
Pls update
Thanks and regards,
Gopi
Metadata
Metadata
Assignees
Labels
No labels