octavia.amphorae.driver_exceptions package¶
Submodules¶
octavia.amphorae.driver_exceptions.exceptions module¶
-
exception
AmpConnectionRetry(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= 'Could not connect to amphora, exception caught: %(exception)s'¶
-
-
exception
AmpDriverNotImplementedError(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= 'Amphora does not implement this feature.'¶
-
-
exception
AmphoraDriverError(**kwargs)[source]¶ Bases:
Exception-
message= 'A super class for all other exceptions and the catch.'¶
-
-
exception
ArchiveException(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= "couldn't archive the logs"¶
-
-
exception
DeleteFailed(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= "this load balancer couldn't be deleted"¶
-
-
exception
EnableFailed(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= "this load balancer couldn't be enabled"¶
-
-
exception
HealthMonitorProvisioningError(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.ProvisioningErrors-
message= "couldn't provision HealthMonitor"¶
-
-
exception
InfoException(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= 'gathering information about this amphora failed'¶
-
-
exception
ListenerProvisioningError(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.ProvisioningErrors-
message= "couldn't provision Listener"¶
-
-
exception
LoadBalancerProvisoningError(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.ProvisioningErrors-
message= "couldn't provision LoadBalancer"¶
-
-
exception
MetricsException(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= 'gathering metrics failed'¶
-
-
exception
NodeProvisioningError(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.ProvisioningErrors-
message= "couldn't provision Node"¶
-
-
exception
NotFoundError(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= "this amphora couldn't be found"¶
-
-
exception
ProvisioningErrors(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= 'Super class for provisioning amphora errors'¶
-
-
exception
StatisticsException(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= 'gathering statistics failed'¶
-
-
exception
SuspendFailed(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= "this load balancer couldn't be suspended"¶
-
-
exception
TimeOutException(**kwargs)[source]¶ Bases:
octavia.amphorae.driver_exceptions.exceptions.AmphoraDriverError-
message= 'contacting the amphora timed out'¶
-