Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cloudinit/net/dhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ def dhcp_discovery(
"--waitip", # wait for ipv4 to be configured
"--persistent", # don't deconfigure when dhcpcd exits
"--noarp", # don't be slow
"--debug", # verbose logging for debugging
"--script=/bin/true", # disable hooks
*infiniband_argument,
interface,
Expand Down
2 changes: 2 additions & 0 deletions tests/unittests/net/test_dhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,7 @@ def test_dhcpcd_discovery_ib(
"--waitip",
"--persistent",
"--noarp",
"--debug",
"--script=/bin/true",
"--clientid",
"ib0",
Expand Down Expand Up @@ -1376,6 +1377,7 @@ def test_dhcpcd_discovery_timeout(
"--waitip",
"--persistent",
"--noarp",
"--debug",
"--script=/bin/true",
"eth0",
],
Expand Down