GitHub user vishesh92 added a comment to the discussion: Importing a vm from another source - cloud-init issues
As per the documentation [here](https://docs.cloudstack.apache.org/en/4.19.0.0/adminguide/templates/_cloud_init.html), you need to have this in your cloud-init config for cloud-init to work. Can you try adding this and see if that works for you? ```yaml datasource_list: [ ConfigDrive, CloudStack, None ] datasource: CloudStack: {} None: {} ``` GitHub link: https://github.com/apache/cloudstack/discussions/9846#discussioncomment-11048312 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org