Comment 3 for bug 1463039

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/189397
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f99af38cade764445fe7a40b4763293a0f91b514
Submitter: Jenkins
Branch: master

commit f99af38cade764445fe7a40b4763293a0f91b514
Author: Andrew Laski <email address hidden>
Date: Mon Jun 8 13:23:36 2015 -0400

    Map uuid db field to instance_uuid in BandwidthUsage object

    The BandwidthUsage database model stores the instance relation as 'uuid'
    but the BandwidthUsage Nova Object stores it as instance_uuid. The
    _from_db_object needs to handle this discrepancy.

    This wasn't caught before because unit tests were passing back a
    simulated db return which didn't match reality.

    Change-Id: I9aeac709cbbf0f9ddfa6cf724d55af8fa3a962ee
    Closes-Bug: 1463039