disable_ipv4 has a default setting on the cluster, but it's not visible
Bug #1379816 reported by
Jeroen T. Vermeulen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Jeroen T. Vermeulen |
Bug Description
Some users want to have a default setting for Node.disable_ipv4, so they can create nodes en masse with the setting they like. And that setting exists. But it's not actually visible in the UI yet — it's accessible through the API only!
Related branches
lp://qastaging/~jtv/maas/bug-1379816
- Raphaël Badin (community): Approve
- Christian Reis (community): Needs Fixing
-
Diff: 135 lines (+51/-3)5 files modifiedsrc/maasserver/api/tests/test_nodegroup.py (+17/-1)
src/maasserver/forms.py (+11/-0)
src/maasserver/models/nodegroup.py (+2/-2)
src/maasserver/views/clusters.py (+9/-0)
src/maasserver/views/tests/test_clusters.py (+12/-0)
lp://qastaging/~jtv/maas/hide-cluster-default-disable-ipv4-if-no-ipv6
- Raphaël Badin (community): Approve
-
Diff: 70 lines (+45/-0)2 files modifiedsrc/maasserver/forms.py (+10/-0)
src/maasserver/tests/test_forms_nodegroup.py (+35/-0)
Changed in maas: | |
milestone: | none → 1.7.0 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.