Comment 18 for bug 1541928

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

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

commit 408173360fd5aef16acd0354be4c35b2a7270c7a
Author: Victor Morales <email address hidden>
Date: Fri Mar 4 08:31:48 2016 -0600

    objects: SubnetPool, SubnetPoolPrefix

    This patch adds SubnetPool and SubnetPoolPrefix objects. Note: objects
    are not integrated into database plugin code. This is left for a
    follow-up patch.

    Other changes:
    - made modify_fields_to_db object instance method since some objects
      may need to access all fields set on the object;
    - provided a new RangeConstrainedInteger type that validates that value
      is in the range;
    - modified several base test cases to work with objects that modify
      other tables that are different from the object db model.

    Co-Authored-By: Ihar Hrachyshka <email address hidden>
    Related-Bug: #1541928
    Change-Id: I7cbc694ab00c05d0a020fffe4f73141c6ceff7e9