Hi everyone, Currently I have a test setup where these 4 OSs are tested with cloud-init and Cloudstack 4.19.0.1 : - Ubuntu 22 server - work! - Ubuntu 24 server - does not work - Ubuntu 22 desktop - does not work - Ubuntu 24 desktop - does not work
The config script is the same on all 4 instances. All template instances are started in the same network with the same VR. The error on the failed ones is: 2024-06-20 09:07:18,172 - util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceCloudStack.DataSourceCloudStack'> failed I can query successfully the metadata from the failed instances. Do you have any suggestions why those 3 fail while the 22 server is running properly? I have been looking at the ins and outs of that for a few days now with no success. Regards, Jordan