Comment 2 for bug 1306009

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

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

commit 79ab96e34ba5b8dd3e4e542dd3a7f65624b13367
Author: Dan Smith <email address hidden>
Date: Thu Apr 10 09:26:08 2014 -0700

    Fix network-api direct database hits in metadata server

    The metadata server was using a couple of methods from the network
    api that caused direct-to-database accesses. Those are no longer
    necessary with the object modeling of network resources. This patch
    converts those to use objects and avoid the direct database
    traffic.

    Change-Id: Iea48f74387afa35af3889eebdfa1af169a52ad1d
    Closes-bug: #1306009