yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #95357
[Bug 2098815] [NEW] attempting to write bad value to column external_ids (ovsdb error: expected string, got <class 'NoneType'>)
Public bug reported:
When running the 'test_network_segments_localnet_ports' functional test,
I saw these errors in the logs:
2025-02-18 21:34:28.816 1676661 DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e5eeb5c0-8d48-420d-b616-95dc862021ba - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] update_network_postcommit:
_log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59
2025-02-18 21:34:28.818 1676661 ERROR ovsdbapp.backend.ovs_idl.vlog [None req-e5eeb5c0-8d48-420d-b616-95dc862021ba - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] attempting to write bad value to column external_ids (ovsdb error: expected string, got <class 'NoneType'>): ovs.db.error.Error: ovsdb error: expected string, got <class 'NoneType'>
It appears to be happening because the neutron:provnet-network-type is
None at the time, and external_ids must be string:string maps.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2098815
Title:
attempting to write bad value to column external_ids (ovsdb error:
expected string, got <class 'NoneType'>)
Status in neutron:
New
Bug description:
When running the 'test_network_segments_localnet_ports' functional
test, I saw these errors in the logs:
2025-02-18 21:34:28.816 1676661 DEBUG neutron.tests.unit.plugins.ml2.drivers.mechanism_logger [None req-e5eeb5c0-8d48-420d-b616-95dc862021ba - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] update_network_postcommit:
_log_diff_call /opt/stack/neutron/neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:59
2025-02-18 21:34:28.818 1676661 ERROR ovsdbapp.backend.ovs_idl.vlog [None req-e5eeb5c0-8d48-420d-b616-95dc862021ba - 46f70361-ba71-4bd0-9769-3573fd227c4b - - - -] attempting to write bad value to column external_ids (ovsdb error: expected string, got <class 'NoneType'>): ovs.db.error.Error: ovsdb error: expected string, got <class 'NoneType'>
It appears to be happening because the neutron:provnet-network-type is
None at the time, and external_ids must be string:string maps.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2098815/+subscriptions
Follow ups