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 66da86547d7..f984b12088b 100644 --- a/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py +++ b/src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py @@ -2166,10 +2166,7 @@ def _port_vnc_to_neutron(self, port_obj, port_req_memo=None): except NoIdError: continue - if ip_obj.get_instance_ip_secondary(): - continue - - if ip_obj.get_service_instance_ip(): + if ip_obj.get_service_instance_ip() and ip_obj.get_instance_ip_secondary(): continue if ip_obj.get_service_health_check_ip():