Merge "Restart OVN on certificate changes"
This commit is contained in:
commit
b6c3bfeca7
@ -154,6 +154,7 @@
|
||||
- neutron_services['neutron-ovn-northd']['group'] in group_names and neutron_plugin_type == 'ml2.ovn'
|
||||
listen:
|
||||
- restart ovn service
|
||||
- ovn cert installed
|
||||
|
||||
- name: Restart ovn controller
|
||||
service:
|
||||
@ -163,3 +164,4 @@
|
||||
- neutron_services['neutron-ovn-controller']['group'] in group_names and neutron_plugin_type == 'ml2.ovn'
|
||||
listen:
|
||||
- restart ovn service
|
||||
- ovn cert installed
|
||||
|
@ -163,6 +163,7 @@
|
||||
pki_regen_cert: "{{ neutron_ovn_pki_regen_cert }}"
|
||||
pki_certificates: "{{ neutron_ovn_pki_certificates }}"
|
||||
pki_install_certificates: "{{ neutron_ovn_pki_install_certificates }}"
|
||||
pki_handler_cert_installed: "ovn cert installed"
|
||||
when:
|
||||
- neutron_plugin_type == 'ml2.ovn'
|
||||
- neutron_ovn_ssl
|
||||
|
Loading…
x
Reference in New Issue
Block a user