neutron_lib.exceptions.address_scope module¶
-
exception
neutron_lib.exceptions.address_scope.
AddressScopeInUse
(**kwargs)¶ Bases:
neutron_lib.exceptions.InUse
-
message
= 'Unable to complete operation on address scope %(address_scope_id)s. There are one or more subnet pools in use on the address scope.'¶
-
-
exception
neutron_lib.exceptions.address_scope.
AddressScopeNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= 'Address scope %(address_scope_id)s could not be found.'¶
-
-
exception
neutron_lib.exceptions.address_scope.
AddressScopeUpdateError
(**kwargs)¶ Bases:
neutron_lib.exceptions.BadRequest
-
message
= 'Unable to update address scope %(address_scope_id)s : %(reason)s.'¶
-
-
exception
neutron_lib.exceptions.address_scope.
NetworkAddressScopeAffinityError
(**kwargs)¶ Bases:
neutron_lib.exceptions.BadRequest
-
message
= 'Subnets of the same address family hosted on the same network must all participate in the same address scope.'¶
-