Skip to content

Create VM having issue #10

@ngopi37

Description

@ngopi37

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions