summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceScaleway.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/sources/DataSourceScaleway.py')
-rw-r--r--cloudinit/sources/DataSourceScaleway.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/cloudinit/sources/DataSourceScaleway.py b/cloudinit/sources/DataSourceScaleway.py
index 6983f275..0ba0dec3 100644
--- a/cloudinit/sources/DataSourceScaleway.py
+++ b/cloudinit/sources/DataSourceScaleway.py
@@ -210,10 +210,7 @@ class DataSourceScaleway(sources.DataSource):
if self._fallback_interface is None:
self._fallback_interface = net.find_fallback_nic()
try:
- with EphemeralDHCPv4(
- self._fallback_interface,
- tmp_dir=self.distro.get_tmp_exec_path(),
- ):
+ with EphemeralDHCPv4(self._fallback_interface):
util.log_time(
logfunc=LOG.debug,
msg="Crawl of metadata service",