Chef Cookbook to Call openstack heat template YAML file

Hi Team,

Is there any way to call Openstack heat template Yaml file from Chef Cookbook. I.e We are trying to create resources over Openstack by calling heat template in Chef.

Can anyone help on this ?

There is no ready solution, only way - write your own provider which working with Openstack Heat API.

https://github.com/ruby-openstack/ruby-openstack/wiki (OpenStack auth)
https://developer.openstack.org/api-ref/orchestration/v1/index.html (Heat API reference)