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 ---