TypeError: LocalVlanManager.get() missing 1 required positional argument: 'segmentation_id'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BaGPipe |
Fix Released
|
Undecided
|
Lajos Katona |
Bug Description
Several unit tests are failing for master branch (zed) due to:
=======
FAIL: networking_
networking_
-------
testtools.
File "/usr/lib/
return f(self, *args, **kwargs)
File "/<<PKGBUILDDIR
self.
File "/<<PKGBUILDDIR
self.
File "/usr/lib/
return method(*args, **kwargs)
File "/usr/lib/
return f(*args, **kwargs)
File "/<<PKGBUILDDIR
self.
File "/usr/lib/
return method(*args, **kwargs)
File "/<<PKGBUILDDIR
self.
File "/usr/lib/
return method(*args, **kwargs)
File "/<<PKGBUILDDIR
self.
File "/usr/lib/
return method(*args, **kwargs)
File "/<<PKGBUILDDIR
vlan = self.vlan_
TypeError: LocalVlanManage
Support is required for a recent change introduced to neutron:
6ec0bc70a79 (Sahid Orentino Ferdjaoui 2022-04-27 09:03:55 +0200 114) def get(self, net_id, segmentation_id):
6ec0bc70a79 (Sahid Orentino Ferdjaoui 2022-04-27 09:03:55 +0200 115) if net_id in self.mapping and segmentation_id in self.mapping[
6ec0bc70a79 (Sahid Orentino Ferdjaoui 2022-04-27 09:03:55 +0200 116) return self.mapping[
6ec0bc70a79 (Sahid Orentino Ferdjaoui 2022-04-27 09:03:55 +0200 117) raise MappingNotFound
description: | updated |
Hi, sorry for not finding this bug earlier, the fix is already merged: /review. opendev. org/c/openstack /networking- bagpipe/ +/855886
https:/
sorry for inconvinence.