neutron/neutron/objects
Miguel Angel Ajo df31ac1f11 Make NeutronDbObjectDuplicateEntry exception more verbose
NeutronObjectDuplicateEntry is an exception derived from Conflict,
which is mapped to HTTPConflict. When such exception is thrown
during an API layer call, we will provide more detail to the caller
about what was exactly duplicated, and for which fields,
the information is extracted from the DB exception.

NeutronObjectDuplicateEntry is renamed into NeutronDbObjectDuplicate
to make clear it is for handling db duplicate exceptions, in
the future we could generalize to a base NeutronObjectDuplicate class
if we need separate handling for other object backings (mem, keystore,
etc).

Change-Id: I6ec5883b3456ebc842f3f7bffd8cc924293f5766
2015-08-24 12:00:38 +02:00
..
qos Fix get_objects to allow filtering 2015-08-09 14:57:52 +03:00
__init__.py First QoS versioned objects, ever 2015-07-02 09:21:45 +03:00
base.py Make NeutronDbObjectDuplicateEntry exception more verbose 2015-08-24 12:00:38 +02:00