In OVN, when a new network and the first subnet are created, a metadata port is created (with an IP address assigned). This is not happening with other ML2 drivers.
The method "_check_network_internal_connectivity" [1] retrieves the network ports (that belong to a project) and filters those ones with "device_owner" "network:xxx" and "compute:xxx". From this list we need to remove the metadata ports; the "device_owner" of the metadata ports is "network:distributed" [2][3]. [1]https://github.com/openstack/tempest/blob/393e94a604f29940025c2c2d8f406419e7733e5c/tempest/scenario/test_network_basic_ops.py#L332-L338 [2]https://review.opendev.org/c/openstack/neutron-lib/+/732141 [3]https://review.opendev.org/c/openstack/neutron/+/732364 ** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1942913 Title: [OVN] "neutron-ovn-tempest-ovs-master-fedora" CI job failing since 2021-08-24 Status in neutron: New Status in tempest: New Bug description: "neutron-ovn-tempest-ovs-master-fedora" CI job failing since 2021-08-24: https://zuul.opendev.org/t/openstack/builds?job_name=neutron-ovn- tempest-ovs-master-fedora E.g.: https://b04c51a8d6744f0f5554-3f411ee28045e7c41608c6d36a93ae2a.ssl.cf1.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron- ovn-tempest-ovs-master-fedora/003ab49/testr_results.html The failing tests are always the same ones. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1942913/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

