summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/sources/DataSourceOpenStack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceOpenStack.py b/cloudinit/sources/DataSourceOpenStack.py
index f0a6bfce..b64a7f24 100644
--- a/cloudinit/sources/DataSourceOpenStack.py
+++ b/cloudinit/sources/DataSourceOpenStack.py
@@ -60,7 +60,7 @@ class DataSourceOpenStack(openstack.SourceMixin, sources.DataSource):
try:
retries = int(self.ds_cfg.get("retries", retries))
except Exception:
- util.logexc(LOG, "Failed to get max wait. using %s", retries)
+ util.logexc(LOG, "Failed to get retries. using %s", retries)
return (max_wait, timeout, retries)