keystoneauth1.exceptions.connection module

keystoneauth1.exceptions.connection module

exception keystoneauth1.exceptions.connection.ConnectFailure(message=None)

Bases: keystoneauth1.exceptions.connection.ConnectionError, keystoneauth1.exceptions.connection.RetriableConnectionFailure

message = 'Connection failure that may be retried.'
exception keystoneauth1.exceptions.connection.ConnectTimeout(message=None)

Bases: keystoneauth1.exceptions.connection.ConnectionError, keystoneauth1.exceptions.connection.RetriableConnectionFailure

message = 'Timed out connecting to service.'
exception keystoneauth1.exceptions.connection.ConnectionError(message=None)

Bases: keystoneauth1.exceptions.base.ClientException

message = 'Cannot connect to API service.'
exception keystoneauth1.exceptions.connection.RetriableConnectionFailure

Bases: Exception

A mixin class that implies you can retry the most recent request.

exception keystoneauth1.exceptions.connection.SSLError(message=None)

Bases: keystoneauth1.exceptions.connection.ConnectionError

message = 'An SSL error occurred.'
exception keystoneauth1.exceptions.connection.UnknownConnectionError(msg, original)

Bases: keystoneauth1.exceptions.connection.ConnectionError

An error was encountered but we don’t know what it is.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.