log_util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceCloudStack.DataSourceCloudStack'> failed #12223
-
problemIt seems like rhel-10/fedora-43/centos-10 when using cloud init are getting: Log_util.py[WARNING]: Getting data from <class 'cloudinit.sources.'DataSourceCloudStack.DataSourceCloudStack'> failed It seems like the ssh keys are not getting injected on these platforms. Debian works just fine and injects the key using cloud-init without an issue. Ex: ci-info: no authorized SSH keys fingerprints found for user fedora debian injects keys just fine. versions4.22 The steps to reproduce the bug
What to do about it?No response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
|
This seems like a problem within the VM and cloud-init, the CloudStack Datasource isn't able to execute a command to find the VR. The CloudStack DataSource for cloud-init is not maintained directly at the project, but maintained at cloud-init: https://github.com/canonical/cloud-init It seems like the DataSource ( https://github.com/canonical/cloud-init/blob/main/cloudinit/sources/DataSourceCloudStack.py ) wants to retrieve some DHCP IPv4 details which fails, but I can't tell you why exactly. |
Beta Was this translation helpful? Give feedback.
-
|
@cyberworm54 |
Beta Was this translation helpful? Give feedback.
-
|
I'm having the same issue with Debian 13 + ACS 4.22 (with Debian 12 everything is ok). |
Beta Was this translation helpful? Give feedback.
I'm having the same issue with Debian 13 + ACS 4.22 (with Debian 12 everything is ok).
I configured the VM using https://docs.cloudstack.apache.org/en/latest/adminguide/templates/_cloud_init.html.
I can change the cloud-user password, but that's it. SSH injection and partition expansion don't work.
cloud-init.log