Skip to content

Commit 90c60b2

Browse files
author
kush1093
committed
Issues:
Problem: * Fixed Ocata Development LBaaSv2 driver issue with ML2 portbinding extension Analysis: Fixes the issue in Ocata environment Tests: Ran /f5lbaasdriver/v2/bigip/test/test_plugin_rpc.py without errors.
1 parent 8a31be7 commit 90c60b2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

f5lbaasdriver/v2/bigip/plugin_rpc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,6 @@ def create_port_on_subnet(self, context, subnet_id=None,
542542
port_data[portbindings.VNIC_TYPE] = vnic_type
543543
port_data[portbindings.PROFILE] = binding_profile
544544

545-
if ('binding:capabilities' in
546-
portbindings.EXTENDED_NEUTRON_CONST_2_0['ports']):
547-
port_data['binding:capabilities'] = {
548-
'port_filter': False}
549545
port = self.driver.plugin.db._core_plugin.create_port(
550546
context, {'port': port_data})
551547
# Because ML2 marks ports DOWN by default on creation

0 commit comments

Comments
 (0)