heat_template_version: ocata conditions: always_false: equals: ['one', 'two'] resources: First: type: OS::Heat::Value properties: type: string value: first Optional: type: OS::Heat::Value condition: always_false depends_on: First properties: type: string value: optional Second: type: OS::Heat::Value depends_on: Optional properties: type: string value: second