How to pass environment file|json via HEAT rest API
Using https://wiki.openstack.org/wiki/Heat/... as a guide.
Is it possible to use the provider templates when using the HEAT REST API. I need to dynamically create an environment_file.yaml (Similar to wordpress-and-mysql-environment.yaml in the wordpress example).
I can only use the HEAT REST API from a remote server to create my stacks. Is this what the "files" parameter is.
Any examples of how this is used? As it relates to the wordpress example? Thank you!
cat wordpress-and-mysql-environment.yaml resource_registry: "Software::Wordpress": http://www.example.com/hot/software/w... "Software::MySQL": http://www.example.com/hot/software/m...
I don't have an answer for you but I just spotted this post on the mailing list and thought it may shed some ligt: Autoscaling OpenShift in OpenStack