Comment 0 for bug 1634277

Revision history for this message
Ying Zuo (yingzuo) wrote :

Steps to reproduce:
1. Enable ipv6 on the local_settings.py
2. Create a network
3. Create an ipv6 subnet. On the subnet details tab, uncheck the Enable DHCP checkbox and select something other than "No options specified" in the IPV6 address configuration mode dropdown.
4. An error is shown indicating the enable_dhcp needs to be set to True for the subnet to be created.

According to the section Address modes for ports on http://docs.openstack.org/newton/networking-guide/config-ipv6.html, DHCP should be forced to be enabled in this case.