Go to file
sridhargaddam 0d69f021d9 Curl statements to include globoff for IPv6 URLs
python-heatclient displays curl statements for debugging/troubleshooting
purposes. For IPv6 URLs, curl requires --globoff to be passed in the
arguments. Since heatclient does not use curl directly, this patch
displays the curl commands with globoff option which works for both
IPv4 and IPv6 URLs.
Fix adapted from python-novaclient Ib7099e8e3bbc15f29bbaa1db37ef21e78a74e7bc

Closes-Bug: #1228744
Change-Id: I1ace9268b09e6fc0d0c0ff02ce1f2e31940d961d
2014-11-24 06:50:47 +00:00
2014-09-13 09:41:51 +02:00
2014-09-11 18:54:13 +02:00
2014-07-24 18:08:03 -04:00
2012-12-02 17:48:42 +00:00
2013-05-31 20:13:37 +10:00
2012-10-10 08:55:03 +13:00
2013-07-14 18:29:08 +02:00
2014-11-10 16:04:11 +00:00
2014-01-13 16:23:20 +13:00
2014-06-18 00:47:23 +00:00
2014-11-11 21:28:08 +00:00

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
OpenStack Orchestration (Heat) Client
Readme 14 MiB
Languages
Python 100%