Pass VM argument into function
This commit is contained in:
parent
89f598e429
commit
5e226af4a1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue