neutron/neutron/objects/qos
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 First QoS versioned objects, ever 2015-07-02 09:21:45 +03:00
policy.py Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
rule.py Add test for Neutron object versions 2016-01-06 10:34:03 +00:00
rule_type.py Add test for Neutron object versions 2016-01-06 10:34:03 +00:00