OpenStack Orchestration (Heat) Client
Go to file
M V P Nitesh 61aa092ce5 Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I3913e8876b34e112140788d7a405da6eedfb5f29
2017-03-31 15:16:54 +05:30
doc Fix doc on keystoneauth session api usage 2016-12-08 13:03:20 +05:30
heatclient Replace six.iteritems() with .items() 2017-03-31 15:16:54 +05:30
releasenotes/notes Update headers for the Openstack Orchestration commands 2016-11-22 06:08:21 +05:30
tools Remove unused scripts in tools 2016-11-12 19:23:34 +05:30
.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 org move. 2012-12-02 17:48:42 +00:00
.testr.conf Add OS_TEST_PATH to testr 2015-05-12 03:44:29 -04: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-03-03 06:31:22 +00:00
setup.cfg Support openstack stack export 2017-02-14 10:41:04 +08:00
setup.py Updated from global requirements 2017-03-03 06:31:22 +00:00
test-requirements.txt Updated from global requirements 2017-03-03 22:58:26 +00:00
tox.ini Enable coverage report in console output 2017-01-13 02:13:43 +00: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).