Merge "baremetal send POST if we have the local_link_information"

This commit is contained in:
Jenkins 2017-01-25 18:25:10 +00:00 committed by Gerrit Code Review
commit cf910b9f7e
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class SDNMechanismDriver(api.MechanismDriver):
# Ethernet Case
link__info = self._get_local_link_information(port_dic)
orig_link_info = self._get_local_link_information(orig_port_dict)
if link__info != orig_link_info:
if link__info != orig_link_info and link__info:
SDNMechanismDriver._record_in_journal(
context, sdn_const.PORT, sdn_const.POST, port_dic)
return