2019-05-27 13:05:38 |
Alberto Donato |
description |
When creating a domain, the value passed for the "authoritative" field is ignored, and the domain is always created as authoritative.
I tried
maas $profile domains create name=mydomain authoritative=false
maas $profile domains create name=mydomain authoritative=0
Looking the cleaned_data for the form, the "authoritative" field is not included. |
When creating a domain, the value passed for the "authoritative" field is ignored, and the domain is always created as authoritative.
I tried
maas $profile domains create name=mydomain authoritative=false
maas $profile domains create name=mydomain authoritative=0
Looking the cleaned_data for the form, the "authoritative" field is not included.
The same behavior happens when trying to update the value. |
|