We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cross-posting bug: https://bugs.launchpad.net/ubuntu/+source/python-libmaas/+bug/1933492
in python3-libmaas class Subnet() does not allow setting allow_dns option. Through the cli and gui it can be configured.
maas subnet update 2 allow_dns=false
https://github.com/maas/maas/blob/master/src/maasserver/api/subnets.py#L100-L101
(side note: cli only allows false/true, not 0/1 as the documentation suggests).
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
No branches or pull requests
Cross-posting bug: https://bugs.launchpad.net/ubuntu/+source/python-libmaas/+bug/1933492
in python3-libmaas class Subnet() does not allow setting allow_dns option.
Through the cli and gui it can be configured.
maas subnet update 2 allow_dns=false
https://github.com/maas/maas/blob/master/src/maasserver/api/subnets.py#L100-L101
(side note: cli only allows false/true, not 0/1 as the documentation suggests).
The text was updated successfully, but these errors were encountered: