[14:14] hello [14:15] i'm running into some diffifulties in debugging my cloud-init network-config [14:16] i'm getting generic python errors like: "AttributeError: 'str' object has no attribute 'get'" [14:16] i'm wondering if there's a way to get it to tell me more clearly what's wrong with my config [14:35] ok well, i got past it. not sure i understand why i was getting the error. [14:39] under ethernets: i had put renderer: NetworkManager, when i commented that line the error went away and it's now taking my other settings within the ethernets section [14:40] so this still leaves me in the same boat so to speak. i've been going through a number of different configurations. and fairly often i hit these python errors that do very little to clue me into what's wrong. [14:42] i'm hoping someone here can point me to a way to troubleshoot things better when i hit these types of errors [14:46] From a python perspective, you usually call .get on a dictionary so I'm guessing it's something like `renderer: \n NetworkManager:` vs `renderer: NetworkManager` [20:26] let's say I installed a machine with Ubuntu using their installer. Can I install cloud-init afterwards to gain cloud-init config files? [22:20] yeah it should run on next reboot automatically depending on service settings afaik'