<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><br></div>I have a heat template which accepts parameters/values via an environment file.<br></div>This heat template creates x amount of cinder volumes based on the parameter value<br></div>defined in the environment file.<br><br></div>I have instances that dont require cinder volumes, so it is possible that the instances could <br></div>also use the same template. However HEAT chokes because I dont provide values to create the cinder volumes. <br><br></div>So instead of having two templates, is it possible to put a conditional check within <br></div>the heat template.<br></div>The condition check would be something like:<br><br></div>if cinder volume size = 0, then dont exercise the cinder resources statements.<br><br></div>I am not sure something like this is currently supported by heat. So hopefully the community has some suggestions or clues.<br><br></div>Thanks in advance.<br><br><br></div>