]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
rename port attribute variable to SECURITYGROUPS from SECURITYGROUP
authorAaron Rosen <arosen@nicira.com>
Wed, 9 Jan 2013 22:24:47 +0000 (14:24 -0800)
committerAaron Rosen <arosen@nicira.com>
Wed, 9 Jan 2013 22:30:20 +0000 (14:30 -0800)
commit2e4ec7a8e81f49bdf38ad06498ec9caf8292a859
treef9db038e2ffdb8a2483384261c812fdd90d42459
parent2a43694b5311372a0c67b2887f96926450693aad
rename port attribute variable to SECURITYGROUPS from SECURITYGROUP

This patch renames the port attribute variable to the plural form since
multiple security groups can be associated with a port. This patch does
not change the security groups api and also does not change the
configuration section name to be SECURITYGROUPS.
Fixes bug 1095885

Change-Id: I1a4df337b48da0ef9c94d74b04c0b86333ce2f0c
quantum/db/securitygroups_db.py
quantum/extensions/securitygroup.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/tests/unit/linuxbridge/test_lb_security_group.py
quantum/tests/unit/test_extension_security_group.py