mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
Neutron chart: add interface_driver for DHCP and L3 agents
interface_driver is required for DHCP and L3 agents. Change-Id: I15b3a7ea758669bb80326e561ebb39779386bf3b Closes-Bug: #1686373
This commit is contained in:
@@ -358,6 +358,9 @@ conf:
|
||||
append:
|
||||
default:
|
||||
neutron:
|
||||
base:
|
||||
agent:
|
||||
interface_driver: openvswitch
|
||||
dhcp:
|
||||
agent:
|
||||
dnsmasq_config_file: /etc/neutron/dnsmasq.conf
|
||||
@@ -368,6 +371,9 @@ conf:
|
||||
append:
|
||||
default:
|
||||
neutron:
|
||||
base:
|
||||
agent:
|
||||
interface_driver: openvswitch
|
||||
l3:
|
||||
agent:
|
||||
agent_mode: legacy
|
||||
|
||||
Reference in New Issue
Block a user