]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Inform a client if Quantum provides port filtering feature
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Sat, 12 Jan 2013 12:42:32 +0000 (21:42 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Sun, 13 Jan 2013 15:20:21 +0000 (00:20 +0900)
commit01f3b1f438a5a52fbc812a2c83e8d19e5fbbc928
tree1a262bfe464f2098cd185e01c243542fc140a87f
parent8a2b9989afab77d0757b5cf2bb926c8259c5d400
Inform a client if Quantum provides port filtering feature

Part of blueprint vif-plugging-improvements

Quantum and Nova have duplicated functionality of packet filtering
such as security groups and anti spoofing filters.
By passing information whether Quantum supports the port filtering feature,
Nova VIF driver can skip its own packet filtering setup.

It is based on Daniel's advise in https://review.openstack.org/#/c/19436/

Change-Id: Ifd260cb61aa3990251510a4a3fe15454d8d584df
quantum/extensions/portbindings.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/tests/unit/linuxbridge/test_linuxbridge_plugin.py