Skip to content

Commit

Permalink
Revert "fix for the dhcp issue when multiple ips are associated with …
Browse files Browse the repository at this point in the history
…vmi"

This reverts commit 64ab807.

Change-Id: Ib729f210a44b134d464d14bdbbb2028ea4b79d1e
Partial-bug: 1645414
  • Loading branch information
Yuvaraja Mariappan committed Dec 2, 2016
1 parent 64ab807 commit 64498d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/config/vnc_openstack/vnc_openstack/neutron_plugin_db.py
Expand Up @@ -2239,10 +2239,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():
Expand Down

0 comments on commit 64498d1

Please sign in to comment.