c14e082d785d35a702e96249773e1c5ca74d28fd
Includes the followig changes: - move format_parameters to common/utils.py - Separate columns for ID and Name in list pretty print table - Accept ID or Name for all operations - Fix from radaz to correctly respond to redirects Change-Id: Ie2d7c03f682d43454cb1348188fa56ad001e1bb1
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