← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~vkuznets/cloud-init:dhcp6_only into cloud-init:master

 

The proposal to merge ~vkuznets/cloud-init:dhcp6_only into cloud-init:master has been updated.

Commit message changed to:

sysconfig: dhcp6 subnet type should not imply dhcpv4

BOOTPROTO=dhcp in sysconfig enables DHCPv4 and we should not do this
implicitly when 'dhcp6' subnet is specified. In case both dhcpv4 and
dhcpv6 are needed users should specify both:
    subnets:
      - type: dhcp6
      - type: dhcp

Fix the current code and add a dhcpv6 only test.

Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>

For more details, see:
https://code.launchpad.net/~vkuznets/cloud-init/+git/cloud-init/+merge/343601
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~vkuznets/cloud-init:dhcp6_only into cloud-init:master.


References