yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59107
[Bug 1643484] Re: Functional jobs pass int values to ovsdb other_config
Reviewed: https://review.openstack.org/400138
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2e5b4cb1f96fa786207eb4f3358219101d33ad61
Submitter: Jenkins
Branch: master
commit 2e5b4cb1f96fa786207eb4f3358219101d33ad61
Author: Jakub Libosvar <libosvar@xxxxxxxxxx>
Date: Mon Nov 21 04:22:00 2016 -0500
functional: Pass string tag to other_config
other_config is a map type expecting {"string": "string", } values.
This patch makes sure string is passed when setting VLAN tag in
other_config.
Change-Id: Ie7af248b4609524631770f76398d06d8092c0f9d
Closes-bug: 1643484
** 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/1643484
Title:
Functional jobs pass int values to ovsdb other_config
Status in neutron:
Fix Released
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
References