← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~jtv/maas/dhcp-interface-cli into lp:maas

 

The proposal to merge lp:~jtv/maas/dhcp-interface-cli into lp:maas has been updated.

Commit Message changed to:

Add --dhcp_interface option to “maas configure_master_dhcp,” to select the network interface that dhcpd should service.

No real code is needed, since this stuff is all data-driven. The option just magically appears. The one complication is that being a text field in a Django app, dhcp_interface uses the empty string for null — it's allowed to be blank, but it has a not-null constraint on it so we mustn't leave it None.

For more details, see:
https://code.launchpad.net/~jtv/maas/dhcp-interface-cli/+merge/122475
-- 
https://code.launchpad.net/~jtv/maas/dhcp-interface-cli/+merge/122475
Your team MAAS Maintainers is requested to review the proposed merge of lp:~jtv/maas/dhcp-interface-cli into lp:maas.


References