Comment 4 for bug 1823149

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

Reviewed: https://review.opendev.org/649961
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=18e9918d320228d4a0551eb9feaaebd5f82c9941
Submitter: Zuul
Branch: master

commit 18e9918d320228d4a0551eb9feaaebd5f82c9941
Author: pengyuesheng <email address hidden>
Date: Thu Apr 4 17:55:31 2019 +0800

    Adjusts subnet_free_ips to 0 when it is negative

    In subnet page under admin panel,
    Subnet_free_ips is negative if the subnet's allocation_pools
    range is less than the used IPs of the subnet.
    This patch adjusts subnet_free_ips to 0 when it is negative.

    Change-Id: I3f1441bf5e4eb3017024db2865adf3296127793e
    Closes-Bug: #1823149