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:
Artur Korzeniewski 2017-04-26 13:17:03 +02:00
parent 89d6b06325
commit ccf90b2a25

View File

@ -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