Files
python-heatclient/heatclient/common
Lars Kellogg-Stedman 0d218c92be handle empty sections in environment files
If an environment file has an *empty* section, as in:

    parameter_defaults:

This would ultimately fail in deep_update (in
heatclient/common/template_utils.py), which would get called with old
== None.  This patch handles this situation by explicitly setting old
= {} if deep_update is called with old == None.

Change-Id: Ia7bee87cdb99e29c63c9dc163f8490fef3f24f24
Closes-bug: 1631408
2016-10-07 11:10:29 -04:00
..
2012-10-10 08:55:03 +13:00
2016-09-05 09:58:29 +07:00
2016-08-03 19:45:05 +08:00
2016-08-03 19:45:05 +08:00