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.
This change updates the provider config spec so that it tests all valid values of
optimized_for
andaffinity
. It does this by iterating over the constants in theOvirtSDK4::VmType
andOvirtSDK4::VmAffinity
modules, respectively. This mirrors the validations performed here and here.Thanks in advance for your consideration!