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 ?