commit | e436574be1c14199a9b746df8bb6dadca023c276 | [log] [tgz] |
---|---|---|
author | huangtianhua <huangtianhua@huawei.com> | Tue Aug 30 10:27:21 2016 +0800 |
committer | huangtianhua <huangtianhua@huawei.com> | Tue Sep 06 09:10:46 2016 +0800 |
tree | 29d06d106ba1b1823515d7dbf15f3c1afc1dfa66 | |
parent | 26da898323d23bc3a8a31944e1e0c7e9d19ed983 [diff] |
Allow reference conditions by name This change allows reference with other conditions by name in definition of a condition, something like: conditions: cd1: {equals: [{get_param: env_type}, 'prod']} cd2: {not: cd1} cd3: {equals: [{get_param: zone}, 'fujian']} cd4: {and: [cd1, cd3]} Change-Id: I4fbc3839977d2d4299d65d4d56e3d41d56d07aef Blueprint: support-conditions-function