Comment 4 for bug 1733905

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

Reviewed: https://review.openstack.org/522631
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=db39605d2987dd59163ed0d603828fe743c1b332
Submitter: Zuul
Branch: master

commit db39605d2987dd59163ed0d603828fe743c1b332
Author: Édouard Thuleau <email address hidden>
Date: Thu Nov 23 19:21:09 2017 +0100

    Use SQL BigInteger type to store BGP LOCAL_PREF

    The new route control API extension allows to define BGP LOCAL_PREF for
    the routes that will be advertised. BGP LOCAL_PREF maximum value is
    2^32-1 and the SQL Integer type is limited to 2^31-1.
    Cannot add a unit test as unit test framework uses an in-memory sqlite3
    DB and its Integer type maximum value is 2^64-1. Need to add a
    functional test.

    Change-Id: I372bdbe6916ef7c5ace660c1bc7782a0ea8d82b6
    Partial-Bug: #1733905