Merge "Remove dhcp-sequential-ip in ironic dnsmasq config"
This commit is contained in:
commit
0052deac23
@ -13,7 +13,6 @@ dhcp-range=set:{{ tag }},{{ item.range }},{{ lease_time }}
|
|||||||
dhcp-option=tag:{{ tag }},option:router,{{ item.routers }}
|
dhcp-option=tag:{{ tag }},option:router,{{ item.routers }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
dhcp-sequential-ip
|
|
||||||
|
|
||||||
{% if api_address_family == 'ipv6' %}
|
{% if api_address_family == 'ipv6' %}
|
||||||
{# TODO(yoctozepto): IPv6-only support - DHCPv6 PXE support #}
|
{# TODO(yoctozepto): IPv6-only support - DHCPv6 PXE support #}
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Removes the ``dhcp-sequential-ip`` configuration option from
|
||||||
|
``ironic_dnsmasq`` to avoid a race condition offering the same IP address
|
||||||
|
to multiple hosts being inspected at the same time.
|
Loading…
Reference in New Issue
Block a user