Undefined stack_owner creating a stack using Orquestation APIRest V1
Hi, I'm creating a stack using /v1/{tenant_id}/stacks in Kilo, but unlike when I use heatclient these stacks has no stack_owner.
heat stack-list --g
http://i.imgur.com/rtBBWuF.png (image description)
I'm unable to find what I'm missing in my request:
My data Post is like { "stack_name" : 'template_name', "template" : '[The entire template]', "environment" : [The entire environment] }
Headers are Content-type, and X-Auth-Token
Stack Create API: https://developer.openstack.org/api-ref/orchestration/v1/index.html?expanded=update-stack-detail,create-stack-detail#stacks (https://developer.openstack.org/api-r...)