neutron/neutron/objects/db
Jakub Libosvar f28679c7b0 ovo: Make return values from objects db api consistent
Previously in db api, we returned dictionaries from create() and update()
methods while get() methods returned db models. This patch makes the
return values consistent and thus we always get db model from db api
operations.

Related-Bug: 1541928
Change-Id: I7e9ec4efa20e3d09e1d5a0ca04799095b6ea42b7
2016-04-05 13:16:25 +00:00
..
__init__.py Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
api.py ovo: Make return values from objects db api consistent 2016-04-05 13:16:25 +00:00