heat/doc/source
huangtianhua 77e5072621 Allow function 'yaql' as condition function
Allow 'yaql' in condition definition, like:

parameters:
  ServiceNames:
    type: comma_delimited_list
    default: ['neutron', 'heat']
conditions:
  contains_neutron:
    yaql:
      expression: $.data.service_names.contains('neutron')
      data:
        service_names:
          get_param: ServiceNames

Closes-Bug: #1693093

Change-Id: I83a540336c01a696780621fb2b39486a6abf0917
2017-05-25 01:19:26 +00:00
..
_templates Use oslo.sphinx for the doc templates 2013-08-23 12:59:54 +10:00
api Use pbr new autodoc feature 2015-06-16 11:35:02 +02:00
contributing Fix Broken Link in Contributing > Blueprints Doc 2016-06-30 03:36:44 -04:00
developing_guides Merge "Get rid of undesirable properties.data usage" 2017-04-10 05:12:50 +00:00
ext Make a backward compatible docutils fix 2017-03-06 09:13:16 +01:00
getting_started Fix the incorrect link of the rdo installation guide 2017-02-20 07:01:05 +00:00
man Add heat-manage subcommand to migrate legacy prop. data 2017-01-31 13:45:52 -08:00
operating_guides Move Developer guides to separate directory 2016-02-15 07:44:42 +00:00
sourcecode Add auto code api doc generation 2013-08-28 09:56:43 +10:00
template_guide Allow function 'yaql' as condition function 2017-05-25 01:19:26 +00:00
templates Replace github with openstack git repo 2015-10-21 09:51:40 +08:00
conf.py Remove usage of parameter enforce_type 2017-05-08 17:55:32 +08:00
glossary.rst Update the Administrator Guide links with new ones 2016-04-06 12:30:52 +00:00
index.rst Correct link reference in heat/doc 2016-08-31 18:14:57 +07:00