[05:07] thanks all. I raised : https://bugs.launchpad.net/cloud-init/+bug/1912424 and submitted a proposed fix as well [05:07] Ubuntu bug 1912424 in cloud-init "Chef module fails to complete when chef_license is specified" [Undecided,New] === falcojr2 is now known as falcojr === cpaelzer__ is now known as cpaelzer === vrubiolo1 is now known as vrubiolo === vrubiolo1 is now known as vrubiolo === vrubiolo1 is now known as vrubiolo [16:57] falcojr: https://paste.ubuntu.com/p/t6TrJGcwwP/ is the stack if I set a breakpoint on that "No project ID could be determined. Consider running `gcloud config set project` or setting the GOOGLE_CLOUD_PROJECT environment variable" log call [17:06] LMAO I've figured out why I'm seeing the warning (though not sure why others aren't). The code uses `gcloud config config-helper --format json` and parses that as JSON. Unfortunately, it also redirects stderr to stdout, and when I run that command I see a warning: /snap/google-cloud-sdk/165/lib/third_party/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may [17:06] cause slowdown. [17:06] So that text is included in the "JSON" document, which of course fails to parse. [17:09] falcojr: ^ [17:11] And I can't even attempt to upgrade cryptography because it comes from the snap. >.< [17:11] hmmm, strange [17:11] I've seen cryptography warnings before, but not sure where [17:12] My snap did update this morning to a new upstream version, so it's possible that it was failing differently before? [17:13] No way to rollback the snap once it's installed successfully AFAIK, so no way to check. [17:14] Odd_Bloke: try snap revert ? [17:14] Oh huh, TIL. [17:17] OK, it reproduces the same on the previous revision, IDK how long since my previous revision, however, because it's no longer reported by `snap changes` (and https://bugs.launchpad.net/snapd/+bug/1796987). [17:17] Ubuntu bug 1796987 in snapd "snapd should log fully to the journal" [Medium,Triaged] [17:17] But probably not a recent change. [17:18] This isn't the first check that the Google code performs, so it's possible other folks aren't hitting this because their local configuration is such that some earlier determination succeeds. === ijohnson is now known as ijohnson|lunch [18:46] blackboxsw: If you have time: https://github.com/canonical/cloud-init/pull/779 [21:02] +1 Odd_Bloke grabbing it now [21:12] Odd_Bloke: approved [21:14] Thanks! === ijohnson|lunch is now known as ijohnson