Since I’m new to MAAS, it’s more likely that I’m just misunderstanding something than this really being an error in the documentation.
Because MAAS 3.2 does not have an option to enable DHCP from the UI (the network tab is missing), I’m trying to enable it from the API using these instructions:
I’m running this command:
maas maas vlan update fabric-0 untagged dhcp_on=True primary_rack=maas-tx
Which returns this error:
argument COMMAND: invalid choice: 'vlan' (choose from 'devices', 'files', 'machines', 'nodes', 'rack-controllers', 'region-controllers', 'version')
Any ideas on where I go from here?