python-tempestconf/releasenotes/notes/Set-dhcp_client-by-default-bf4e0705f2657803.yaml
Martin Kopec 25f707dc19 Set scenario.dhcp_client to dhcpcd by default
The reason is that python-tempestconf sets cirros >= 0.6.0 as the default
image and cirros version since 0.6.0 use dhcpcd as a default dhcp client.

Change-Id: I24023ad2b181b74397569ac7f81701218a8e2a2e
2024-04-25 14:50:38 +02:00

11 lines
299 B
YAML

---
features:
- |
From now on, python-tempestconf will set the following option by default
* ``CONF.scenario.dhcp_client dhcpcd``
The reason is that python-tempestconf sets cirros >= 0.6.0 as the default
image and cirros version since 0.6.0 use dhcpcd as a default dhcp client.