Neutron: Enable Rolling Update

Enable rolloing update for dhcp_agent and l3_agent. It is already
enabled for other agents.

Change-Id: Iab78744d5afc24a56045bd5cd7e0c2b36c330a9e
This commit is contained in:
sg774j 2019-09-05 11:31:29 -05:00
parent 10ef2bf27a
commit e81aa41fe1

View File

@ -537,11 +537,11 @@ pod:
daemonsets:
pod_replacement_strategy: RollingUpdate
dhcp_agent:
enabled: false
enabled: true
min_ready_seconds: 0
max_unavailable: 1
l3_agent:
enabled: false
enabled: true
min_ready_seconds: 0
max_unavailable: 1
lb_agent: