Skip to content

Commit

Permalink
Merge "fix for the dhcp issue when multiple ips are associated with v…
Browse files Browse the repository at this point in the history
…mi" into R3.2
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Dec 7, 2016
2 parents 36d8c2d + e142733 commit 16da7c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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():
Expand Down

0 comments on commit 16da7c1

Please sign in to comment.