]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add L2 Agent side handling for non consistent security_group settings
authorIrena Berezovsky <irenab@mellanox.com>
Tue, 25 Mar 2014 07:30:17 +0000 (09:30 +0200)
committerIrena Berezovsky <irenab@mellanox.com>
Tue, 8 Apr 2014 06:17:18 +0000 (09:17 +0300)
commit5c6ff449bbd7386f0f3e41efc524024434f325df
treea0d509da042e9cfcf3cef75da7eb663f78bd9d6b
parent884478eebc112b221ec2578f2d85124284d1b45b
Add L2 Agent side handling for non consistent security_group settings

Add setting of the firewall_driver to NoopDriver when firewall_driver is None and
add warning if driver combination is not valid.
Modify is_valid_driver_combination to verify default settings: enable_security_group (True) and firewall_driver (None).

Change-Id: I841f9cf96ac6ee2ad17a4e8908d6c8a96f368cca
Closes-Bug: #1296957
neutron/agent/securitygroups_rpc.py
neutron/tests/unit/test_security_groups_rpc.py