neutron_lib.exceptions.address_scope module

exception neutron_lib.exceptions.address_scope.AddressScopeInUse(**kwargs)

Bases: 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: NotFound

message = 'Address scope %(address_scope_id)s could not be found.'
exception neutron_lib.exceptions.address_scope.AddressScopeUpdateError(**kwargs)

Bases: BadRequest

message = 'Unable to update address scope %(address_scope_id)s : %(reason)s.'
exception neutron_lib.exceptions.address_scope.NetworkAddressScopeAffinityError(**kwargs)

Bases: BadRequest

message = 'Subnets of the same address family hosted on the same network must all participate in the same address scope.'