Comment 2 for bug 1624057

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

Reviewed: https://review.openstack.org/371145
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=c6cb1ec0e000ee5ebdc1fd0dea63716c6829a298
Submitter: Jenkins
Branch: master

commit c6cb1ec0e000ee5ebdc1fd0dea63716c6829a298
Author: Kieran Spear <email address hidden>
Date: Thu Sep 15 19:49:35 2016 +0200

    Fix assert for public networks with multiple subnets

    _verify_gateway_port() currently assumes that the fixed ip
    for the router gateway is allocated from the first subnet of
    the public network. This is not always the case if there
    are multiple subnets on the public network.

    Change-Id: Ib13ba4aaed42f62397c7db165e765e47d4d49232
    Closes-Bug: 1624057