python-libmaas
python-libmaas copied to clipboard
subnet "cidr" attribute read-only
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.
This issue is stale because it has been open for 30 days with no activity.