Linuxbridge agent failed to start when bridge_mappings is given
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Slawek Kaplonski |
Bug Description
When I was working on fullstack tests for Linuxbridge agent I found that when bridge_mappings is configured in LinuxBridge agent config file then for calculating agent_id mac address of first bridge name from this bridge_mappings is searched and it is failing. Due to that agent is not starting properly and is hanging.
Agent's log is stuck on:
ig/cfg.py:2405
2016-02-06 23:48:53.003 6023 DEBUG oslo_service.
fig/cfg.py:2407
2016-02-06 23:48:53.004 6023 DEBUG neutron.
2016-02-06 23:48:53.005 6023 WARNING neutron.
and then agent was not sending report about his state to neutron server.
Changed in neutron: | |
assignee: | nobody → Slawek Kaplonski (slaweq) |
tags: | added: fullstack linuxbridge |
Changed in neutron: | |
importance: | Undecided → Medium |
importance: | Medium → High |
Fix proposed to branch: master /review. openstack. org/277611
Review: https:/