Comment 1 for bug 1694190

Revision history for this message
Rodolfo Alonso (rodolfo-alonso-hernandez) wrote : Re: qos scenario tests should check if rule types are supported

Hello:

I'm testing a possible solution in [1].

I think the problem is in the vif type. In https://review.openstack.org/#/c/447150/, vif_type='tap' replaces 'bridge'. The problem here is [2] keeps the previous vif type for Linux Birdge.

In [1] PS2, I'm testing if this change solves the problem.

IMO, the poblem is not in [3]. On the contrary, this patch revealed the problem.

[1] https://review.openstack.org/#/c/468326/
[2] https://github.com/openstack/neutron/blob/master/neutron/services/qos/drivers/linuxbridge/driver.py#L48
[3] https://review.openstack.org/#/c/461257/