Comment 4 for bug 1553595

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

Reviewed: https://review.openstack.org/288957
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=391c2327c3b9de0e2b9875bab8d6f6909fa0983a
Submitter: Jenkins
Branch: master

commit 391c2327c3b9de0e2b9875bab8d6f6909fa0983a
Author: Kevin Benton <email address hidden>
Date: Sat Mar 5 17:49:48 2016 -0800

    Fix API test for external subnet visibility

    The test_external_network_visibility test incorrectly
    assumes that subnets will never be visible on external
    networks. However, this is not true in the case that a
    network is both external and shared.

    This updates the test to ignore shared networks.

    Change-Id: I0219e17d2ec70939039344826d35cb533b3ce065
    Closes-Bug: #1553595