Comment 3 for bug 1653780

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

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

commit 7d99bf0c8d575729eb5fe6ef1325a53eee23ed10
Author: Manjeet Singh Bhatia <email address hidden>
Date: Tue Jan 3 21:14:50 2017 +0000

    Break circular import with use of common_types

    Using UUIDFIelds from common types in objects/quota.py in [1],
    ended up in circular imports. This patch will fix it.

    [1]. https://review.openstack.org/#/c/338625/
    Change-Id: I67580a875d2a8c8a791b9e246c1247349c4771df
    Closes-Bug: #1653780