How to configure DHCP agent when I'm using openvswitch and linux bridge in cloud at the same time
Hi list,
I'm trying to test ML2 functions. It said ML2 "allows multiple mechanism drivers to access same network simultaneously". So, I configured:
Server node: run neutron-server
Network node: run dhcp-agent
compute node1 : run openvswitch-agent
compute node2 : run linux-bridge-agent
All configurations are using physnet1 with vlan mode. But, I can't figure out what deriver should I use for DHCP agent. Anyone can help me ??
Thanks.
-chen