neutron/neutron/core_extensions
Artur Korzeniewski 4b227c3771 Objects DB api: added composite key to handle multiple primary key
Moving CRUD DB operation for objects from db/api.py to objects/db/api.py
Renaming object get_by_id(id) to get_object(**kwargs)

Many models in Neutron DB have complex primary keys, concatenated from
a few properties. This patch adds ability to define multiple primary keys
in NeutronDbObject, which are automatically evaluated into DB query
when performing operations.

Partial-Bug: #1541928
Change-Id: I0f63a62418db76415ddd40c30c778ff7541b93dc
2016-03-01 17:05:11 +00:00
..
__init__.py Introduce base interface for core resource extensions 2015-08-07 21:36:15 +02:00
base.py Introduce base interface for core resource extensions 2015-08-07 21:36:15 +02:00
qos.py Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00