Comment 8 for bug 1571543

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-qa (stable/8.0)

Reviewed: https://review.openstack.org/344770
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=2fc4fcab0a42b6074fddc648cae6973bdc7c361f
Submitter: Jenkins
Branch: stable/8.0

commit 2fc4fcab0a42b6074fddc648cae6973bdc7c361f
Author: Volodymyr Shypyguzov <email address hidden>
Date: Tue Apr 19 11:30:20 2016 +0300

    Fix update_network_cidr method

    subnet() method of netaddr.IPNetwork expects size of subnets to be returned
    so we should pass to it subnet of the smaller size, not 1

    Change-Id: Id6b7e8e43419d224cc1c3202ffd253664245d5d4
    Closes-Bug: #1571543