From 5f4c1ce8e6fbe335ca95bcff20140f6e535cc1fb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 22 Feb 2023 00:13:53 -0500 Subject: [PATCH] Add configuration field for plugins --- roles/pvc/templates/pvc/pvcnoded.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pvc/templates/pvc/pvcnoded.yaml.j2 b/roles/pvc/templates/pvc/pvcnoded.yaml.j2 index bc8efd8..953fbc8 100644 --- a/roles/pvc/templates/pvc/pvcnoded.yaml.j2 +++ b/roles/pvc/templates/pvc/pvcnoded.yaml.j2 @@ -65,6 +65,7 @@ pvc: target_selector: {{ pvc_migrate_target_selector }} configuration: directories: + plugin_directory: "/usr/share/pvc/plugins" dynamic_directory: "/run/pvc" log_directory: "/var/log/pvc" console_log_directory: "/var/log/libvirt"