diff --git a/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py b/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py index fbd14429b23..d35b0cecafc 100644 --- a/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py +++ b/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py @@ -2246,7 +2246,7 @@ def _port_vnc_to_neutron(self, port_obj, port_req_memo=None): except NoIdError: continue - if ip_obj.get_service_instance_ip() and ip_obj.get_instance_ip_secondary(): + if ip_obj.get_instance_ip_secondary(): continue if ip_obj.get_service_health_check_ip():