InvalidServiceType not in use
Exception class InvalidServiceType is no more in use now, So removing it to clean dead code. Change-Id: I95ea23e8afb960cf04328279a0c75e9b06d8b0a3
This commit is contained in:
parent
50c89d2c56
commit
e3f9d6293e
@ -59,10 +59,6 @@ class InvalidAPIAttributeType(exceptions.InvalidInput):
|
|||||||
message = _('Expecting dict type for API attribute instead of %(atype)s ')
|
message = _('Expecting dict type for API attribute instead of %(atype)s ')
|
||||||
|
|
||||||
|
|
||||||
class InvalidServiceType(exceptions.InvalidInput):
|
|
||||||
message = _('invalid service type %(service_type)s')
|
|
||||||
|
|
||||||
|
|
||||||
class VNFCreateFailed(exceptions.TackerException):
|
class VNFCreateFailed(exceptions.TackerException):
|
||||||
message = _('creating VNF based on %(vnfd_id)s failed')
|
message = _('creating VNF based on %(vnfd_id)s failed')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user