9d19772089bedeefd33d8a8cfef8aac00998f2c7

This is a precursor to having them run under check and gate. This also fixes a single test which fails on PyPy, the test failes at because it assumes a ``dict`` has a particular order for its keys when it is printed out, on PyPy dicts have a different order sometimes, the exact ordering is not a guarnteed property of Python. Change-Id: Ie86726a0221e5e9aa68f7303d8ca8c7acd878f65
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. The master repository is on GitHub.
See release notes and more at http://docs.openstack.org/developer/python-heatclient/.
Description
Languages
Python
100%