]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
_validate_security_groups_on_port was not validating external_ids
authorAaron Rosen <arosen@nicira.com>
Wed, 9 Jan 2013 23:08:02 +0000 (15:08 -0800)
committerAaron Rosen <arosen@nicira.com>
Thu, 17 Jan 2013 03:02:28 +0000 (19:02 -0800)
commit26332dcbd8c25fb581c27ced1eb175bcd209c1fa
tree3ecc0fb450745e001b8b919118b1c1c55451b112
parentec720bafcb926575e21bf1db12f7e6ebd0f3c376
_validate_security_groups_on_port was not validating external_ids

The function _validate_security_groups_on_port was not validating a ports
security group id if the id was an external id. The unit tests now use
set_override() rather than setting cfg values directly. Lastly, quantum.conf
now has the proxy_mode option exposed.
Fixes bug 1095864

Change-Id: I0ec7f9ed36f1a46156c47a115be936bb41ef75d9
etc/quantum.conf
quantum/db/securitygroups_db.py
quantum/extensions/securitygroup.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/tests/unit/test_extension_security_group.py