Actions
Bug #39126
closedundefined method `provider_vm_specific_fields' when CR-specific provider does not define any VM fields
Difficulty:
Triaged:
No
Pull request:
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:
Description
The Kubevirt hammer plugin (and the Azure RM one too) do not provide provider_vm_specific_fields, but hammer expects that to exist, resulting in
[root@foreman ~]# hammer compute-resource virtual-machine info --id 1 --vm-id vm.example.com Error: undefined method `provider_vm_specific_fields' for #<HammerCLIForemanKubevirt::ComputeResources::Kubevirt:0x00007f1963541360> Did you mean? provider_specific_fields
Actions