OpenStack Orchestration (Heat) Client
Go to file
Thomas Herve 5619c0f789 Don't override sections in deep_update
When you comment all the elements in a YAML mapping, you end up with
None instead of an empty mapping, which can have bad side effect when
handling multiple environemnents. Let's handle that by ignoring the
latest None value.

Change-Id: I77ffabeb8d4cd2886ef4f41351e42ebe487b5d4b
(cherry picked from commit 2a8ce0d065)
2018-11-23 00:18:31 +00:00
doc Switch from oslosphinx to openstackdocstheme 2017-07-03 08:13:04 +07:00
heatclient Don't override sections in deep_update 2018-11-23 00:18:31 +00:00
releasenotes/notes Update headers for the Openstack Orchestration commands 2016-11-22 06:08:21 +05:30
tools import zuul job settings from project-config 2018-09-08 19:34:19 +02:00
.coveragerc Remove oslo-incubator modules 2016-11-12 19:23:26 +05:30
.gitignore Ignore .eggs 2015-10-22 15:37:18 -04:00
.gitreview Update .gitreview for stable/pike 2017-07-28 21:06:54 +00:00
.testr.conf Add OS_TEST_PATH to testr 2015-05-12 03:44:29 -04:00
.zuul.yaml import zuul job settings from project-config 2018-09-08 19:34:19 +02:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
LICENSE Initial import 2012-10-10 08:55:03 +13:00
README.rst Show team and repo badges on README 2016-11-25 17:17:23 +01:00
babel.cfg Initial setup for i18n support 2014-12-10 12:11:48 +02:00
requirements.txt Updated from global requirements 2017-08-11 19:05:05 +00:00
setup.cfg Merge "Explicitly set 'builders' option" 2017-07-12 15:25:55 +00:00
setup.py Updated from global requirements 2017-03-03 06:31:22 +00:00
test-requirements.txt Updated from global requirements 2017-09-21 01:06:03 +00:00
tox.ini import zuul job settings from project-config 2018-09-08 19:34:19 +02:00

README.rst

Team and repository tags

image

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).