diff options
| -rw-r--r-- | cloudinit/sources/DataSourceAzure.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py index 46efca4a..a4f998b3 100644 --- a/cloudinit/sources/DataSourceAzure.py +++ b/cloudinit/sources/DataSourceAzure.py @@ -416,7 +416,7 @@ class DataSourceAzure(sources.DataSource):                      raise sources.InvalidMetaDataException(msg)                  ret = self._reprovision()              imds_md = get_metadata_from_imds( -                self.fallback_interface, retries=3) +                self.fallback_interface, retries=10)              (md, userdata_raw, cfg, files) = ret              self.seed = cdev              crawled_data.update({  | 
