August 2018
Beginner
462 pages
12h 36m
English
Both the Linux bridge and Open vSwitch mechanism drivers support HA routers, and the Neutron L3 agent must be configured to use the interface driver that corresponds to the chosen mechanism driver.
Update the Neutron L3 configuration file on the compute nodes at /etc/neutron/l3_agent.ini and specify one of the following interface drivers:
On compute01 running the Linux bridge agent:
[DEFAULT]...interface_driver = linuxbridge
On compute02 and running the Open vSwitch agent:
[DEFAULT]...interface_driver = openvswitch
Read now
Unlock full access