← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1643484] [NEW] Functional jobs pass int values to ovsdb other_config

 

Public bug reported:

other_config is a map that expects {"string": "string", ... } values
while sometimes int is passed instead of string which leads to error log
message: attempting to write bad value to column other_config (ovsdb
error: expected string, got <type 'int'>)

** Affects: neutron
     Importance: Low
     Assignee: Jakub Libosvar (libosvar)
         Status: In Progress

** Changed in: neutron
   Importance: Undecided => Low

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

Title:
  Functional jobs pass int values to ovsdb other_config

Status in neutron:
  In Progress

Bug description:
  other_config is a map that expects {"string": "string", ... } values
  while sometimes int is passed instead of string which leads to error
  log message: attempting to write bad value to column other_config
  (ovsdb error: expected string, got <type 'int'>)

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


Follow ups