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 f984b12088b..66da86547d7 100644 --- a/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py +++ b/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py @@ -2166,7 +2166,10 @@ 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_instance_ip(): continue if ip_obj.get_service_health_check_ip():