← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1916646] [NEW] ovn-octavia-provider can attempt to write protocol=None to OVSDB

 

Public bug reported:

In some functional test output, we can see the line:

ERROR ovsdbapp.backend.ovs_idl.vlog [req-a6293ef9-4b57-444d-8a5c-
a27937ddb5db - - - - -] attempting to write bad value to column protocol
(ovsdb error: expected string, got <type 'NoneType'>): Error: ovsdb
error: expected string, got <type 'NoneType'>

An empty protocol is represented in OVSDB via [], so in some place we
are passing a None value instead.

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: ovn-octavia-provider

** Tags added: ovn-octavia-provider

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1916646

Title:
  ovn-octavia-provider can attempt to write protocol=None to OVSDB

Status in neutron:
  New

Bug description:
  In some functional test output, we can see the line:

  ERROR ovsdbapp.backend.ovs_idl.vlog [req-a6293ef9-4b57-444d-8a5c-
  a27937ddb5db - - - - -] attempting to write bad value to column
  protocol (ovsdb error: expected string, got <type 'NoneType'>): Error:
  ovsdb error: expected string, got <type 'NoneType'>

  An empty protocol is represented in OVSDB via [], so in some place we
  are passing a None value instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1916646/+subscriptions


Follow ups