Add an example on how to use 'contains' as condition

This adds an example in docs on how to use
newly added function 'contains' as condition.

Change-Id: I9c5f314925f5b6592742cb4eb04e4c8247ec743c
This commit is contained in:
huangtianhua 2017-06-23 14:26:51 +08:00
parent 9960e7f509
commit 306ee63083
1 changed files with 4 additions and 0 deletions

View File

@ -992,6 +992,10 @@ An example of conditions section definition
data:
services:
get_param: ServiceNames
cd10:
contains:
- 'neutron'
- get_param: ServiceNames
The example below shows how to associate condition with resources