Bug 2273358
Summary: | Conflicts during "delete-neutron-resources : Perform cleanup" ovn migration task | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Roman Safronov <rsafrono> |
Component: | openstack-neutron | Assignee: | Jakub Libosvar <jlibosva> |
Status: | CLOSED MIGRATED | QA Contact: | Bharath M V <bmv> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 17.1 (Wallaby) | CC: | bcafarel, chrisw, ekuris, jlibosva, lsvaty, mariel, scohen |
Target Milestone: | z4 | Keywords: | Regression, TestOnly, Triaged |
Target Release: | 17.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-18.6.1-17.1.20240822200817.85ff760.el9ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-01-10 10:24:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Roman Safronov
2024-04-04 12:09:07 UTC
This is caused by wrong parsing of HA network subnets: (overcloud) [stack@undercloud-0 ~]$ openstack network list -c Subnets -c ID -c Name | grep "HA network tenant" | tr -d '|' /usr/lib/python3.9/site-packages/requests/__init__.py:87: RequestsDependencyWarning: urllib3 (1.26.5) or chardet (5.2.0) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " 107a0ed2-58b7-4bd4-ad6c-7c1555b7accd HA network tenant 90946dccd6694c869656fd59938e720e 94a2100b-003f-487b-bd69-841dffd6bf52 and we always assume 3rd column is the subnet but since the network name can contain multiple words, we can't rely on its position. The regression was introduced with batch migration patch. |