Merge "Neutron chart: add interface_driver for DHCP and L3 agents"
This commit is contained in:
commit
a7488e1f72
@ -358,6 +358,9 @@ conf:
|
|||||||
append:
|
append:
|
||||||
default:
|
default:
|
||||||
neutron:
|
neutron:
|
||||||
|
base:
|
||||||
|
agent:
|
||||||
|
interface_driver: openvswitch
|
||||||
dhcp:
|
dhcp:
|
||||||
agent:
|
agent:
|
||||||
dnsmasq_config_file: /etc/neutron/dnsmasq.conf
|
dnsmasq_config_file: /etc/neutron/dnsmasq.conf
|
||||||
@ -368,6 +371,9 @@ conf:
|
|||||||
append:
|
append:
|
||||||
default:
|
default:
|
||||||
neutron:
|
neutron:
|
||||||
|
base:
|
||||||
|
agent:
|
||||||
|
interface_driver: openvswitch
|
||||||
l3:
|
l3:
|
||||||
agent:
|
agent:
|
||||||
agent_mode: legacy
|
agent_mode: legacy
|
||||||
|
Loading…
Reference in New Issue
Block a user