Reviewed: https://review.opendev.org/c/openstack/neutron/+/868746 Committed: https://opendev.org/openstack/neutron/commit/5e19eaadbb298aaf58b5389fea74c9b8064d0f41 Submitter: "Zuul (22348)" Branch: master
commit 5e19eaadbb298aaf58b5389fea74c9b8064d0f41 Author: Bartosz Bezak <bart...@stackhpc.com> Date: Wed Dec 28 14:47:21 2022 +0100 [OVN] Fix availability zones changes check Closes-Bug: #2000634 Change-Id: Id5f34ec858a940d2fc4a03b9290adc6161aa9db3 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2000634 Title: [OVN] Cannot update network with external ports Status in neutron: Fix Released Bug description: [OVN] Cannot update networks with external ports, and Maintenance task for availability zones changes is failing: stable/zed Maintenance task: Failed to fix resource 4ec5215b-1599-4c66-a7d1-5a75f26bcb41 (type: networks): AttributeError: 'str' object has no attribute 'external_ids' 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance Traceback (most recent call last): 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance File "/var/lib/kolla/venv/lib/python3.6/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py", line 397, in check_for_inconsistencies 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance self._fix_create_update(admin_context, row) 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance File "/var/lib/kolla/venv/lib/python3.6/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py", line 255, in _fix_create_update 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance res_map['ovn_update'](context, n_obj) 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance File "/var/lib/kolla/venv/lib/python3.6/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py", line 1993, in update_network 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance ovn_ls_azs = lswitch_name.external_ids.get( 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance AttributeError: 'str' object has no attribute 'external_ids' 2022-12-28 13:16:33.919 34 ERROR neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.maintenance To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2000634/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp