How to configure OpenStack to run an external scipt after creation of an instance?
I"m creating an instance and would like to configure OpenStack so that an external script is running right after new instance creation. That external script should be stored on the OpenStack device. The use case: I'm creating a instance, which is not 100% OpenStack compatiable, but it has an API interface, which allows to start an initial configuration. I have a script which should be run after instance is created, it uses API to access the instance and configure it.