commit | 864f4d1ef05e3e539d3537fa4c8d731df9571c9d | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Mon Jan 16 22:24:28 2023 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jan 16 22:24:28 2023 +0000 |
tree | 0eea76c7d00d638eab4829d053b0e7ab873b35f0 | |
parent | 69d71cfdf9c24d48fbea366714f4595cbd120723 [diff] | |
parent | 7fecba2f135f16204050b627bb850a87aa597bad [diff] |
Merge "[OVN] Ensure socket files are absent in init_ovn"
diff --git a/lib/neutron_plugins/ovn_agent b/lib/neutron_plugins/ovn_agent index dc81295..f277778 100644 --- a/lib/neutron_plugins/ovn_agent +++ b/lib/neutron_plugins/ovn_agent
@@ -587,6 +587,7 @@ rm -f $OVS_DATADIR/.*.db.~lock~ sudo rm -f $OVN_DATADIR/*.db sudo rm -f $OVN_DATADIR/.*.db.~lock~ + sudo rm -f $OVN_RUNDIR/*.sock } function _start_ovs {