ClientΒΆ

class glanceclient.v1.client.Client(endpoint=None, **kwargs)

Bases: object

Client for the OpenStack Images v1 API.

Parameters:
  • endpoint (string) – A user-supplied endpoint URL for the glance service.
  • token (string) – Token for authentication.
  • timeout (integer) – Allows customization of the timeout for client http requests. (optional)

Previous topic

OpenStack Images Version 1 Client Reference

Next topic

Images

Project Source

This Page