heat/heat/engine/hot
Luis Tomas Bolivar bd8df9a8b9 Fix bypass list length check when all values are None
The patch https://review.openstack.org/#/c/527001/ bypassed the None
list but did not consider the case where all the for_each lists are
getting their values from attributes and therefore are None.

This patch set fix it by also skipping the check if all the values
are None -- as len(value_lens) would be 0 in that case.

Closes-bug: #1732934
Change-Id: Iba574bbd3877f9ca1ca755c384b3ddb47aec711c
2018-01-03 16:46:05 +01:00
..
__init__.py Move HOT template code to its own module 2014-03-06 10:05:07 -05:00
functions.py Fix bypass list length check when all values are None 2018-01-03 16:46:05 +01:00
parameters.py Added tags attribute to the template parameter 2017-11-13 15:51:19 +05:30
template.py Added tags attribute to the template parameter 2017-11-13 15:51:19 +05:30