heat.common.param_utils 模块

heat.common.param_utils.delim_string_to_list(value)[source]
heat.common.param_utils.extract_bool(name, value)[source]

将任何 true/false 字符串转换为其对应的布尔值。

值不区分大小写。

heat.common.param_utils.extract_int(name, value, allow_zero=True, allow_negative=False)[source]
heat.common.param_utils.extract_tags(subject)[source]
heat.common.param_utils.extract_template_type(subject)[source]