Linux Bridge agent failed to start in Compute node
Hi All,
Here is the setup details i have in my environment OPENSTACK MITAKA installed on CentOS7.1
1- Controller node-IP-10.4.7.202 with one NIC and interface name is-eno16777984
2- Compute node-IP-10.4.7.203 with one NIC and interface name is-eno16777984
*ISSUE:*
i have given following in controller node & now i would like to know which IP should i give in Compute node in same
configuration file in Controller node: /etc/neutron/plugins/ml2/linuxbridge_agent.ini
[linux_bridge]
physical_interface_mappings = provider:eno16777984
----------->neutron-linuxbridge-agent.service is working fine in controller node
[root@compute1 ~]# systemctl status neutron-linuxbridge-agent.service
● neutron-linuxbridge-agent.service - OpenStack Neutron Linux Bridge Agent
Loaded: loaded (/usr/lib/systemd/system/neutron-linuxbridge-agent.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2016-05-19 17:40:07 PDT; 17h ago
Process: 7587 ExecStart=/usr/bin/neutron-linuxbridge-agent --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/linuxbridge_agent.ini --config-dir /etc/neutron/conf.d/common --config-dir /etc/neutron/conf.d/neutron-linuxbridge-agent --log-file /var/log/neutron/linuxbridge-agent.log (code=exited, status=1/FAILURE)
Main PID: 7587 (code=exited, status=1/FAILURE)
May 19 17:40:06 compute1.xyz.com systemd[1]: Started OpenStack Neutron Linux Bridge Agent.
May 19 17:40:06 compute1.xyz.com systemd[1]: Starting OpenStack Neutron Linux Bridge Agent...
May 19 17:40:06 compute1.xyz.com neutron-linuxbridge-agent[7587]: Guru mediation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release...rate reports.
May 19 17:40:07 compute1.xyz.com neutron-linuxbridge-agent[7587]: Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
May 19 17:40:07 compute1.xyz.com neutron-linuxbridge-agent[7587]: Option "notification_driver" from group "DEFAULT" is deprecated. Use option "driver" from group "oslo_messaging_notifications".
May 19 17:40:07 compute1.xyz.com systemd[1]: neutron-linuxbridge-agent.service: main process exited, code=exited, status=1/FAILURE
May 19 17:40:07 compute1.xyz.com systemd[1]: Unit neutron-linuxbridge-agent.service entered failed state.
May 19 17:40:07 compute1.xyz.com systemd[1]: neutron-linuxbridge-agent.service failed.
Hint: Some lines were ellipsized, use -l to show in full
configuration file in Compute node: /etc/neutron/plugins/ml2/linuxbridge_agent.ini
[linux_bridge]
physical_interface_mappings = provider
:---------->>>Please suggest what IP should i give in compute node
I have given controller node IP,interface name but nothing worked out. So i would need some help to get this fixed
Thanks Partha
I reckon this is a config file parsing problem.
Hi Reckon, Please let me know where am i doing wrong
Hi Reckson,
Do you have any clue
nope. Maybe one of your many config files has invalid format.
@darragh-oreilly, what are you suspecting here. please let me know