Skip to content
Merged
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
5 changes: 5 additions & 0 deletions cloudinit/sources/DataSourceAzure.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,11 @@ def crawl_metadata(self):
self.fallback_interface,
retries=10
)

# reset _fallback_interface so that if the code enters reprovisioning
# flow, it will force re-evaluation of new fallback nic.
self._fallback_interface = None

if not imds_md and not ovf_is_accessible:
msg = 'No OVF or IMDS available'
report_diagnostic_event(msg)
Expand Down