You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maas/client/viscera/__init__.py", line 748, in __set__
raise AttributeError("%s is read-only" % self.name)
AttributeError: cidr is read-only
The MAAS UI allows the CIDR field to be changed, and the MAAS REST API makes no suggestion that the field is read-only for PUT. For a subnet the only required parameter is the subnet id.
Expect to be able to modify the CIDR field on a subnet.
The text was updated successfully, but these errors were encountered:
The MAAS UI allows the CIDR field to be changed, and the MAAS REST API makes no suggestion that the field is read-only for PUT. For a subnet the only required parameter is the subnet id.
Expect to be able to modify the CIDR field on a subnet.
The text was updated successfully, but these errors were encountered: