<div dir="ltr">Hi, devs<div><br></div><div>I come across a problem that crudini cannot handle MultiStrOpt[1], I don't know why such type configuration option is needed. It seems ListOpt is a better choice. Currently I find lots of MultiStrOpt options in both Nova and Ceilometer, and I think other projects have too.</div><div><br></div><div>Here are my questions:</div><div><br></div><div>1) how can I update such type of option without manually rewrite the config file? (like devstack scenario)</div><div>2) Is there any way to migrate MultiStrOpt to ListOpt? The ListOpt will take last specified value while MultiStrOpt takes all, so the compatibility is a big problem</div><div><br></div><div>Any hints?</div><div><br></div><div>Thanks!</div><div><br></div><div>[1] <a href="https://github.com/pixelb/crudini/blob/6c7cb8330d2b3606610af20c767433358c8d20ab/TODO#L19">https://github.com/pixelb/crudini/blob/6c7cb8330d2b3606610af20c767433358c8d20ab/TODO#L19</a></div></div>