Hi,

I want to set custom vm property as shown below
testme = String1:45;String2:67;

I know engine-config command to run in ovirt, but not able to construct regular expresion.
Please help me.
engine-config -s UserDefinedVMProperties='multiq=<regex>'
I tried below regex but server throw 500 error code after setting property.
regex =(^[a-z_A-Z0-9]+:[0-9]+\;)+$

And even if match entire contain as string that also fine for me.

Please please help me.

Thanks,
~Rohit