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