UserData loads but doesn't do anything.
Hey,
I've been setting up a very basic cloudbase init to test. The config files seems to be working properly: https://pastebin.com/G9hZNep2 (config file) These are the logs: https://pastebin.com/E4YCnvCf
And this is the powershell script i'm trying to run via userdata.
'#ps1_sysnative
New-LocalUser -Name "wt75" -NoPassword -Description "Description of your new account."
As you can see from the logs there isn't any ERROR but the powershell script isn't being executed. I'm using openstack and copy pasting my script in the "Configuration" option, also known as Customization Script.
Could you please guide me into finding out what i'm doing wrong?