Merge "Remove leftover todo related to the dhcpcd support"

This commit is contained in:
Zuul 2023-01-26 03:43:34 +00:00 committed by Gerrit Code Review
commit c09faa96cb

View File

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