kiranchavala commented on issue #8767:
URL: https://github.com/apache/cloudstack/issues/8767#issuecomment-1987774416
@nxsbi
could you please try with the following configuration
cat /etc/cloud/cloud.cfg
```
datasource_list: ["CloudStack"]
datasource:
CloudStack:
max_wait: 60
timeout: 30
network:
config: disabled
users:
- default
system_info:
default_user:
name: root
disable_root: false
ssh_deletekeys: true
cloud_init_modules:
- seed_random
- bootcmd
- write-files
- growpart
- resizefs
- disk_setup
- mounts
- set_hostname
- update_hostname
- update_etc_hosts
- ssh
- users-groups
cloud_config_modules:
- ssh-import-id
- locale
- [ set-passwords, always ]
- ntp
- timezone
- disable-ec2-metadata
- runcmd
cloud_final_modules:
- scripts-vendor
- scripts-per-once
- scripts-per-boot
- scripts-per-instance
- scripts-user
- puppet
warnings:
dsid_missing_source: off
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]