theforeman / foreman_fog_proxmox

Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
GNU General Public License v3.0
105 stars 30 forks source link

Fix VM creation through API #216

Closed neomilium closed 1 year ago

neomilium commented 2 years ago

If you uses API and provides some attributes as integer, the #computeValue raise with an invalid implicit conversion of Integer into String

Fixes #215

neomilium commented 2 years ago

@tristanrobert Hi, this PR is ready, what do you need to merge it?