Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [ovs]
  2.  
  3. local_ip = 10.0.0.2
  4. enable_tunneling = True
  5. bridge_mappings = vlan:br-vlan,external:br-ex
  6. tunnel_type=vlan
  7.  
  8.  
  9.  
  10. [agent]
  11. l2population = True
  12. tunnel_types = vlan
  13.  
  14.  
  15. 2015-04-23 10:15:41.923 11678 INFO neutron.common.config [-] Logging enabled!
  16. 2015-04-23 10:15:41.932 11678 ERROR neutron.plugins.openvswitch.agent.ovs_neutron_agent [-] (u'Invalid tunnel type specified: %s', 'vlan') Agent terminated!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement