Comment 6 for bug 1845215

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

Reviewed: https://review.opendev.org/686506
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=339070babbd4ad5c278e1b5bd5af965eed68379c
Submitter: Zuul
Branch: master

commit 339070babbd4ad5c278e1b5bd5af965eed68379c
Author: David Sullivan <email address hidden>
Date: Thu Oct 10 16:39:36 2019 -0400

    Accurately enforce minimum network ranges

    The minimum network range (when a start/end was specified) was
    incorrectly set to the the size of the minimum network subnet. The
    minimum network ranges should be minimum subnet size - 2.

    Also move the subnet size checks into validate_address_range.yml for
    consistency.

    Change-Id: I1665a0dd67d5e23e43e658e8e6c9eae1a1068b26
    Signed-off-by: David Sullivan <email address hidden>
    Closes-Bug: 1845215