Merge "Generate OVN certs only for OVN scenario"

This commit is contained in:
Zuul 2023-02-23 15:12:32 +00:00 committed by Gerrit Code Review
commit 2d7f8f4643
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@
pki_certificates: "{{ neutron_ovn_pki_certificates }}"
pki_install_certificates: "{{ neutron_ovn_pki_install_certificates }}"
when:
- neutron_plugin_type == 'ml2.ovn'
- neutron_ovn_ssl
- (neutron_services['neutron-ovn-controller']['group'] in group_names) or (neutron_services['neutron-ovn-northd']['group'] in group_names) or (neutron_services['neutron-server']['group'] in group_names)
tags: