
30 Apr
2015
30 Apr
'15
7:44 p.m.
Reviewed-by: CrÃstian Deives <cristiandeives@gmail.com> On 23-04-2015 16:51, Aline Manera wrote:
common_spec value is used for all entries in template_specs dict. As lookup() returns as result a merge of defaults and template_specs values, there is no need to maintain 2 different dicts (defaults and common_spec). So merge them into one dict (defaults) to make the code simpler.
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com>