Go to file
Stuart McLaren 8d0d4b90f3 Change https port to be an optional parameter
VerifiedHTTPSConnection inherits from HTTPSConnection so 'port' should be
an optional argument. If not present it will be set by HTTPSConnection
in the usual way: by parsing the host string (eg 'localhost:8443')
or setting to the default of '443'.

Addresses bug 1102944.

Change-Id: I2c2cb92f824acf15b0ff54590b5614cf206b57e0
2013-01-22 11:44:12 +00:00
2012-12-11 15:39:01 -08:00
2013-01-02 15:20:36 -08:00
2013-01-02 15:20:36 -08:00
2012-04-03 20:50:44 -06:00
2012-03-26 22:48:48 -07:00
2012-07-11 12:21:29 -05:00
2012-06-08 15:23:58 -07:00
2012-11-13 12:02:14 +01:00
2012-07-27 14:39:58 -07:00

Python bindings to the OpenStack Images API

This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the glanceclient module) and a command-line tool (glance). This library fully supports the v1 Images API, while support for the v2 API is in progress.

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-glanceclient/.

Description
OpenStack Image Management (Glance) Client
Readme 18 MiB
Languages
Python 99.4%
Shell 0.6%