use TenantIdProjectIdFilterConflict from neutron-lib

The TenantIdProjectIdFilterConflict exception lives in neutron-lib now
and is not used anywhere in neutron. This patch removes the
TenantIdProjectIdFilterConflict class from neutron.

NeutronLibImpact

Change-Id: I0b56973f7500ce236b29ab858047f65d704347e1
This commit is contained in:
Boden R 2018-08-14 12:26:42 -06:00
parent cfec395b8f
commit e33300a981
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ NetworkSubnetPoolAffinityError = exceptions.NetworkSubnetPoolAffinityError
ObjectActionError = exceptions.ObjectActionError
CTZoneExhaustedError = exceptions.CTZoneExhaustedError
TenantQuotaNotFound = exceptions.TenantQuotaNotFound
TenantIdProjectIdFilterConflict = exceptions.TenantIdProjectIdFilterConflict
MultipleFilterIDForIPFound = exceptions.MultipleFilterIDForIPFound
FilterIDForIPNotFound = exceptions.FilterIDForIPNotFound
FailedToAddQdiscToDevice = exceptions.FailedToAddQdiscToDevice