Patrik_Arlos

ovs_quantum xifi bridgemappings

Oct 2nd, 2014
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ## ON ALL DEVICES with this.
  2. ## assumes, that second network is accessible via br-ex-2
  3.  
  4. /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
  5. ...
  6. # Default: bridge_mappings =
  7. # Example: bridge_mappings = physnet1:br-eth1
  8. integration_bridge=br-int
  9. tunnel_id_ranges=2:65535
  10. network_vlan_ranges=physnet1,physnet2,physnet3
  11. enable_tunneling=true
  12. bridge_mappings=physnet1:br-ex,physnet2:br-prv,physnet3:br-ex-2
  13. tunnel_bridge=br-tun
  14. tenant_network_type=gre
  15. local_ip=192.168.0.5
Advertisement
Add Comment
Please, Sign In to add comment