
Invoking PIPESTATUS appears to be volatile in my environment, after the if condition it is already again 0, even if it was non-zero before. Capture the result permanently in a variable and use that one consistently. Also handle the just-pep8 case correctly. Change-Id: Icca8c00c8d2189da1a133db277c9071c2d6c880b
Python bindings to the Heat orchestration API
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
).
Development takes place via the usual OpenStack processes as outlined in the
OpenStack wiki <http://wiki.openstack.org/HowToContribute>
. The master
repository is on GitHub <http://github.com/heat-api/python-heatclient>
.
See release notes and more at <http://docs.openstack.org/developer/python-heatclient/>
_.
Description
Languages
Python
100%