neutron_lib.exceptions.flavors module¶
-
exception
neutron_lib.exceptions.flavors.
FlavorDisabled
(**kwargs)¶ Bases:
neutron_lib.exceptions.ServiceUnavailable
-
message
= 'Flavor is not enabled.'¶
-
-
exception
neutron_lib.exceptions.flavors.
FlavorInUse
(**kwargs)¶ Bases:
neutron_lib.exceptions.InUse
-
message
= 'Flavor %(flavor_id)s is used by some service instance.'¶
-
-
exception
neutron_lib.exceptions.flavors.
FlavorNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= 'Flavor %(flavor_id)s could not be found.'¶
-
-
exception
neutron_lib.exceptions.flavors.
FlavorServiceProfileBindingExists
(**kwargs)¶ Bases:
neutron_lib.exceptions.Conflict
-
message
= 'Service Profile %(sp_id)s is already associated with flavor %(fl_id)s.'¶
-
-
exception
neutron_lib.exceptions.flavors.
FlavorServiceProfileBindingNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= 'Service Profile %(sp_id)s is not associated with flavor %(fl_id)s.'¶
-
-
exception
neutron_lib.exceptions.flavors.
ServiceProfileDisabled
(**kwargs)¶ Bases:
neutron_lib.exceptions.ServiceUnavailable
-
message
= 'Service Profile is not enabled.'¶
-
-
exception
neutron_lib.exceptions.flavors.
ServiceProfileDriverNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= 'Service Profile driver %(driver)s could not be found.'¶
-
-
exception
neutron_lib.exceptions.flavors.
ServiceProfileEmpty
(**kwargs)¶ Bases:
neutron_lib.exceptions.InvalidInput
-
message
= 'Service Profile needs either a driver or metainfo.'¶
-
-
exception
neutron_lib.exceptions.flavors.
ServiceProfileInUse
(**kwargs)¶ Bases:
neutron_lib.exceptions.InUse
-
message
= 'Service Profile %(sp_id)s is used by some service instance.'¶
-
-
exception
neutron_lib.exceptions.flavors.
ServiceProfileNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= 'Service Profile %(sp_id)s could not be found.'¶
-