Go to file
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
2016-07-13 17:09:16 +02:00
2015-10-22 15:37:18 -04:00
2012-12-02 17:48:42 +00:00
2015-05-12 03:44:29 -04:00
2014-12-10 12:11:48 +02:00
2012-10-10 08:55:03 +13:00
2015-10-15 17:06:57 +08:00
2014-01-13 16:23:20 +13:00
2016-09-09 10:03:28 +00:00
2015-09-18 16:42:10 +00:00

python-heatclient

Latest Version

Downloads

OpenStack Orchestration API Client Library

This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient module) and a command-line tool (heat).

Description
OpenStack Orchestration (Heat) Client
Readme 14 MiB
Languages
Python 100%