From 5e226af4a1db07cc18e062fab73043e88d918aec Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 26 Dec 2019 18:56:34 -0500 Subject: [PATCH] Pass VM argument into function --- client-api/pvc-api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index 93baa312..3f9c2b26 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -1100,6 +1100,7 @@ class API_VM_Metadata(Resource): id: Message """ return api_helper.update_vm_meta( + vm, reqargs.get('limit', None), reqargs.get('selector', None), reqargs.get('autostart', None)