Comment 1 for bug 1647513

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

Reviewed: https://review.openstack.org/407790
Committed: https://git.openstack.org/cgit/openstack/tricircle/commit/?id=1533bb0f5194f3f043e4a49ae76f3c25dbb27a16
Submitter: Jenkins
Branch: master

commit 1533bb0f5194f3f043e4a49ae76f3c25dbb27a16
Author: Dongfeng Huang <email address hidden>
Date: Wed Dec 7 09:30:05 2016 +0800

    ID should be biginteger in resource routing table

    1. What is the problem?
    Currently the id in resource routing table is integer, the scope of integer is
    very limited, so it should be replaced with biginteger.

    2. What is the solution to the problem?
    Replacing the integer with biginteger will fix this problem. What's more,
    API documentation should be updated at the same time.

    3. What the features need to be implemented to the Tricircle to realize
    the solution?
    None.

    Change-Id: I2be59348965fb21b6865a3646fa7201b62e46d02
    Closes-Bug: #1647513