Skip to content

Commit

Permalink
see decoded userdata
Browse files Browse the repository at this point in the history
Change-Id: Ia12bc6d9901936a705de9ac2056761945777edf4
Signed-off-by: Adrian Vladu <[email protected]>
  • Loading branch information
ader1990 committed Jun 26, 2024
1 parent 83392e8 commit 6838296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbaseinit/metadata/services/vmwareguestinfoservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def load(self):
self._meta_data = {}

self._user_data = self._get_guest_data('userdata')
LOG.debug(" user data '%s' ", self._user_data)

return True if self._meta_data or self._user_data else None

Expand Down

0 comments on commit 6838296

Please sign in to comment.