← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1908229] [NEW] Linux bridge agent not working

 

Public bug reported:

HI,

I have a simple two node (controller, compute) setup of Train version. I have set it up using the
following guide https://docs.openstack.org/install-guide/ and setup neutron using https://docs.openstack.org/neutron/train/install/ .

The nodes are up and running. But the linux bridge agent on the compute node is not creating the bridges for self service networks. My conf file is as follows:
-------------
root@compute:~# cat /etc/neutron/plugins/ml2/linuxbridge_agent.ini | grep -v '#' | grep -v '^$'
[DEFAULT]
[agent]
[linux_bridge]
physical_interface_mappings = provider:ens4
[network_log]
[securitygroup]
enable_security_group = true
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
[vxlan]
enable_vxlan = true
local_ip = 172.16.1.25 
l2_population = true
----------------- 

Even though I have restarted the agent many times, still no luck. Is
this a known bug of Train ?

Please suggest.


Thanks
YG

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1908229

Title:
  Linux bridge agent not working

Status in neutron:
  New

Bug description:
  HI,

  I have a simple two node (controller, compute) setup of Train version. I have set it up using the
  following guide https://docs.openstack.org/install-guide/ and setup neutron using https://docs.openstack.org/neutron/train/install/ .

  The nodes are up and running. But the linux bridge agent on the compute node is not creating the bridges for self service networks. My conf file is as follows:
  -------------
  root@compute:~# cat /etc/neutron/plugins/ml2/linuxbridge_agent.ini | grep -v '#' | grep -v '^$'
  [DEFAULT]
  [agent]
  [linux_bridge]
  physical_interface_mappings = provider:ens4
  [network_log]
  [securitygroup]
  enable_security_group = true
  firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
  [vxlan]
  enable_vxlan = true
  local_ip = 172.16.1.25 
  l2_population = true
  ----------------- 

  Even though I have restarted the agent many times, still no luck. Is
  this a known bug of Train ?

  Please suggest.

  
  Thanks
  YG

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1908229/+subscriptions


Follow ups