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", ""],