ClientΒΆ

glanceclient.client.Client(version=None, endpoint=None, *args, **kwargs)

Client for the OpenStack Images API.

Generic client for the OpenStack Images API. See version classes for specific details.

Parameters:version (string) – The version of API to use. Note this is deprecated and should be passed as part of the URL (http://$HOST:$PORT/v$VERSION_NUMBER).

Previous topic

API

Next topic

Exc

This Page