]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: fix router ports port_security_enabled=False
authorAaron Rosen <aaronorosen@gmail.com>
Fri, 18 Jul 2014 19:09:12 +0000 (12:09 -0700)
committerAaron Rosen <aaronorosen@gmail.com>
Mon, 21 Jul 2014 20:15:46 +0000 (13:15 -0700)
commit25f1439ff356f78ab0d28a74dfc75d50e2f030b6
tree84bdf3038085332a79d06837f6d5e790be04ab8c
parent00d638a5532c371415915829b67718eb0bb625a9
NSX: fix router ports port_security_enabled=False

Previously there was a bug that resulted in a security group being
added to router ports which was not supported in NSX. Removing the
security group didn't actually completely solve the problem as we
never cleared the allowed_address_pairs on the router port. This
patch fixes this issue by disabling port_security_enabled on the
router port.

Change-Id: Ib61756e3bd5866318cbc3bb9856344571399d656
Closes-bug: 1344266
Related-bug: 1329043
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/test_nsx_plugin.py