From 32bcbbeca0e19c955ce0e8ecf9f476ea104b5ccf Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:21 -0400 Subject: [PATCH] Enable client API in Daemon config --- roles/pvc/templates/pvc/pvcd.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/pvc/templates/pvc/pvcd.yaml.j2 b/roles/pvc/templates/pvc/pvcd.yaml.j2 index ea3792d..ab1596d 100644 --- a/roles/pvc/templates/pvc/pvcd.yaml.j2 +++ b/roles/pvc/templates/pvc/pvcd.yaml.j2 @@ -8,6 +8,7 @@ pvc: enable_hypervisor: True enable_networking: True enable_storage: True + enable_api: True cluster: coordinators: {% for node in pvc_nodes if node.is_coordinator %}