From 9b8dec8991161e4cfd8c24d6a67167ed97149e93 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 3 Jan 2020 11:50:13 -0500 Subject: [PATCH] Add missing reqargs argument --- client-api/pvc-api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index 5dcfadc7..91a80acd 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -3551,7 +3551,7 @@ class API_Provisioner_Template_System_Root(Resource): { 'name': 'node_autostart' } ]) @Authenticator - def post(self): + def post(self, reqargs): """ Create a new system template ---