Reviewed-by: CrÃstian Deives <cristiandeives(a)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(a)linux.vnet.ibm.com>