Merge "Add --config-dir option to neutron-ovn-db-sync-util"

This commit is contained in:
Zuul
2026-04-02 03:48:58 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -31,4 +31,5 @@ neutron-ovn-db-sync-util \
--config-file /etc/neutron/l2gw_plugin.ini \
{{- end }}
--config-file /etc/neutron/plugins/ml2/ml2_conf.ini \
--config-dir /etc/neutron/neutron.conf.d \
--ovn-neutron_sync_mode "$1"

View File

@@ -0,0 +1,5 @@
---
neutron:
- |
Add missing `--config-dir` option to `neutron-ovn-db-sync-util`.
...