Merge "LinuxBridge: Pass host into get_devices_details_list"

This commit is contained in:
Jenkins 2016-09-12 18:24:54 +00:00 committed by Gerrit Code Review
commit cb99ce5c44
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class CommonAgentLoop(service.Service):
def treat_devices_added_updated(self, devices):
try:
devices_details_list = self.plugin_rpc.get_devices_details_list(
self.context, devices, self.agent_id)
self.context, devices, self.agent_id, host=cfg.CONF.host)
except Exception:
LOG.exception(_LE("Unable to get port details for %s"), devices)
# resync is needed