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
..
2013-08-23 12:59:54 +10:00
2015-06-16 11:35:02 +02:00
2016-06-30 03:36:44 -04:00
2017-04-10 05:12:50 +00:00
2017-03-06 09:13:16 +01:00
2017-02-20 07:01:05 +00:00
2017-01-31 13:45:52 -08:00
2016-02-15 07:44:42 +00:00
2013-08-28 09:56:43 +10:00
2017-05-25 01:19:26 +00:00
2015-10-21 09:51:40 +08:00
2017-05-08 17:55:32 +08:00
2016-04-06 12:30:52 +00:00
2016-08-31 18:14:57 +07:00