From e72ce41454646fd1d83775c948faf8c451519ade Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 24 Jan 2023 12:43:04 +0100 Subject: [PATCH] Remove leftover todo related to the dhcpcd support With commit [1] support for dhcpcd client was added to tempest but there was not cleaned one of the TODO notes related to that. So this patch simply cleans that left over. [1] https://review.opendev.org/c/openstack/tempest/+/871270 Change-Id: I0c94ac5e7fd7b6da0fd051b9ff7d4c226be73f76 --- tempest/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tempest/config.py b/tempest/config.py index f1eb6470b7..00b394effd 100644 --- a/tempest/config.py +++ b/tempest/config.py @@ -1200,7 +1200,6 @@ ScenarioGroup = [ help='Image container format'), cfg.DictOpt('img_properties', help='Glance image properties. ' 'Use for custom images which require them'), - # TODO(yfried): add support for dhcpcd cfg.StrOpt('dhcp_client', default='udhcpc', choices=["udhcpc", "dhclient", "dhcpcd", ""],