How to set conf values for MaaS with elements in list ?

Hi,

I want to set the default settings for the maas_auto_ipmi_workaround_flags config option but whatever value I try, I always end up with this error message :

{"maas_auto_ipmi_workaround_flags": ["Enter a list of values."]}

I tried many things like these and some variants :

maas $PROFILE maas set-config name=maas_auto_ipmi_workaround_flags values='["opensesspriv", "nochecksumchecks"]'

maas $PROFILE maas set-config name=maas_auto_ipmi_workaround_flags values="opensesspriv, nochecksumchecks"

None of these works.

Is there a bug ? If not, what is the proper way to set those values with MaaS CLI ?

Yes, this is a bug. Please take a look here: Bug #2112191 “Cannot set config option maas_auto_ipmi_workaround...” : Bugs : MAAS

Ho !
Thank you, I’ll try that !

Humm … nah … your proposal does not work …

The correct invocation is this one: maas admin maas set-config name=maas_auto_ipmi_workaround_flags value=authcap value=endianseq

I tried this :

maas admin maas set-config name=maas_auto_ipmi_workaround_flags value=opensesspriv value=nochecksumchecks
{"maas_auto_ipmi_workaround_flags": ["Enter a list of values."]}

Too bad :confused: