From d19e006f28ca708098912f9592d08d1f49063379 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 6 Jul 2019 02:50:05 -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 %}