Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subnet "cidr" attribute read-only #258

Open
blueskyjunkie opened this issue Mar 30, 2021 · 1 comment
Open

subnet "cidr" attribute read-only #258

blueskyjunkie opened this issue Mar 30, 2021 · 1 comment
Labels

Comments

@blueskyjunkie
Copy link

blueskyjunkie commented Mar 30, 2021

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.

Copy link

github-actions bot commented Feb 2, 2024

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

@github-actions github-actions bot added the stale label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant