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 <avladu@cloudbasesolutions.com>
  • Loading branch information
ader1990 committed Jun 26, 2024
1 parent 83392e8 commit 321403b
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 321403b

Please # to comment.