Isolate vif for ovs backend by default

Without that patch all deployers that did use OVS had to remember to
apply override for their deployments.
Now OSA will enable isolation of vif by default when OVS is used.

Change-Id: I4195153658c867f259226e80cefac0fcac4caac5
Related-Bug: #1734320
This commit is contained in:
Dmitriy Rabotyagov 2022-09-12 17:37:26 +02:00
parent 611722ffd7
commit d6cd1096af

View File

@ -249,6 +249,11 @@ virt_type = {{ nova_virt_type }}
cpu_mode = {{ nova_cpu_mode }}
{% endif %}
{% if (neutron_plugin_type == "ml2.ovs") | default(False) %}
[os_vif_ovs]
isolate_vif = True
{% endif %}
{% if nova_rbd_inuse %}
# ceph rbd support
rbd_user = {{ nova_ceph_client }}