chore: Remove unused API parameter: device_platform

This commit is contained in:
Robin Schneider 2022-11-03 14:57:30 +01:00
parent dfe937d54e
commit d286fde999
No known key found for this signature in database
GPG key ID: A81E8006DC95EFE6

View file

@ -97,7 +97,6 @@ class VirtualMachine(object):
name=hostname,
cluster=cluster.id,
platform=self.device_platform.id,
device_platform=self.device_platform.id,
vcpus=vcpus,
memory=memory,
tenant=tenant.id if tenant else None,