Comment 19 for bug 1112912

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote : Re: get_firewall_required should use VIF parameter from quantum

The issue was introduced with this commit: http://github.com/openstack-dev/devstack/commit/1143f7e45fd2760b8d5fecc8fbd598078ba92fd3

which uncovered that the hybrid plugging strategy is relying on get_firewall_required which just return a conf variable for nova.

Currently all neutron tests are running without security groups enforced, and all people using devstack with ml2/ovs/lb plugins are basically just unable to use security groups with default settings.