Skip to content

partial_match does not support parenthesis () in object #113

@jadhaj

Description

@jadhaj

During instance reconfigure, user is required to supply a new flavor
Navigate to instance details and them got to Configuration > Reconfigure this instance

The name of the flavor appears along with it;s properties like this:
m12.tiny (1 CPU, 0.0625 GB RAM, 3.0 GB Root Disk)

It seems that because parenthesis () are special characters, partial match is failing

So, view.form.flavor.fill('m12.tiny (1 CPU, 0.0625 GB RAM, 3.0 GB Root Disk)') is working
But: view.form.flavor.fill('m12.tiny') is not

We need the ability to partially match string with parenthesis ()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions