Comment 20 for bug 1541928

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/293477
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f28679c7b06dcbf54dfcd2c94e6f3a3c96f5d20b
Submitter: Jenkins
Branch: master

commit f28679c7b06dcbf54dfcd2c94e6f3a3c96f5d20b
Author: Jakub Libosvar <email address hidden>
Date: Tue Mar 22 16:23:11 2016 +0000

    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