SoftwareComponent example using Python SDK
Hello,
I want to write a functional python script that will utilize SoftwareComponent resource and demonstrate its functionality (e.g. using at least 2 lifecycle actions, maybe CREATE and UPDATE). I've thought of an example with installing MySQL server and creating a database within CREATE action, and maybe some kind of reconfiguration with database within UPDATE action (adding some new entries). Is it feasible?
I've found Python binding webpage and python-heatclient API v1, but I can not see SoftwareComponent resource in there, I only noticed SoftwareConfig.
Since I'm a novice at OpenStack, any help or advice is welcome and will be appreciated. Thank you in advance.