Pass VM argument into function

This commit is contained in:
Joshua Boniface 2019-12-26 18:56:34 -05:00
parent 89f598e429
commit 5e226af4a1
1 changed files with 1 additions and 0 deletions

View File

@ -1100,6 +1100,7 @@ class API_VM_Metadata(Resource):
id: Message id: Message
""" """
return api_helper.update_vm_meta( return api_helper.update_vm_meta(
vm,
reqargs.get('limit', None), reqargs.get('limit', None),
reqargs.get('selector', None), reqargs.get('selector', None),
reqargs.get('autostart', None) reqargs.get('autostart', None)