python-libmaas icon indicating copy to clipboard operation
python-libmaas copied to clipboard

subnet "cidr" attribute read-only

Open blueskyjunkie opened this issue 3 years ago • 1 comments

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.

blueskyjunkie avatar Mar 30 '21 13:03 blueskyjunkie

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Feb 02 '24 01:02 github-actions[bot]