myoung34 / vagrant-ovirt4

oVirt v4 provider for Vagrant
MIT License
36 stars 23 forks source link

Test all valid VmType and VmAffinity values #153

Closed tomeon closed 2 years ago

tomeon commented 2 years ago

This change updates the provider config spec so that it tests all valid values of optimized_for and affinity. It does this by iterating over the constants in the OvirtSDK4::VmType and OvirtSDK4::VmAffinity modules, respectively. This mirrors the validations performed here and here.

Thanks in advance for your consideration!

myoung34 commented 2 years ago

nice catch!