Some templates need a command run before a provisioner works, for example installing python or opening a firewall.
#32 added cloudstack_post_install_script, executed over the transport connection right after wait_until_ready. That still fits the current design, since the driver already holds the connection at that point.
Some templates need a command run before a provisioner works, for example installing python or opening a firewall.
#32 added
cloudstack_post_install_script, executed over the transport connection right afterwait_until_ready. That still fits the current design, since the driver already holds the connection at that point.