kiranchavala commented on PR #9575:
URL: https://github.com/apache/cloudstack/pull/9575#issuecomment-2309901683
@nvazquez @weizhouapache
Thanks for confirming
During testing found that
Test case 1 > works fine
1. Register userdata 1
```
#cloud-config
chpasswd:
list: |
root:password
expire: False
```
2. Register userdata 2
```
write_files:
- path: /root/CLOUD_INIT_WAS_HERE
```
attach userdata 1 to template with append
Deploy vm with advance settings userdata 2

---
Test case 2 : The user data doesn't append if we deploy the vm with manual
userdata

---
Test case 3 : Works fine if the manual userdata contains the header
#cloud-config

--
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]