I checked the samples from: https://github.com/openstack/heat-templates/tree/master/hot/Windows
I can find when multiple scripts needed in userdata, we can use OS::Heat::MultipartMime. but it seems only one script can have parameters. If multiple scripts need parameters, how to make it work?
Thanks a lot