Comment 40 for bug 1597913

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

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

commit a2e915977a26278b272020b5c0dbd17f3e793004
Author: sindhudevale <email address hidden>
Date: Thu Aug 11 20:53:48 2016 +0000

    Relocate Flat Allocation DB model

    Since there would be a circular import issue once we try to
    implement an object relying on the model, and adopt it in tree
    for database accessing code, this patch prepares the ground for
    this work by moving the model out of database accessing
    modules into neutron/db/models.

    Change-Id: I7876d28d35c5c4b9167520733e1a1b08dabc6951
    Partial-Bug: #1597913