Can Heat run a script after the VM(s) are successfully booted?
Hi, I wonder if Heat can run a script in a VM AFTER it is successfully booted. I know it is possible to pass a script by user-data, but it doesn't seem to fit my purpose (because user-data run a script DURING the VM is booting). I am looking for a feature that can perform actions after the specified resources are successfully provisioned, e.g. SSH to a newly provisioned VM and run a script on it.