Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template

2015-02-11 Thread Thomas Spatzier
Hi Khayam, the Fn::FindInMap is not supported in HOT as far as I can see in the code. The list of functions supported in the HOT version you are using is defined in this part of the code: https://github.com/openstack/heat/blob/master/heat/engine/hot/template.py#L274 The list for version 2013-05-

Re: [Openstack] Heat Orchestration

2014-04-23 Thread Thomas Spatzier
Hi Prabhu, there a few HOT samples in the heat-templates repo [1] that show how neutron networks get created or used within a HOT template. It might be worth to check them out. https://github.com/openstack/heat-templates/blob/master/hot/servers_in_existing_neutron_net.yaml https://github.com/o