Actions
Bug #39125
closedDoesn't print *any* information when CR-specific provider is not installed
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources
Target version:
Difficulty:
Triaged:
No
Pull request:
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:
Description
When using a non-core CR (like KubeVirt) and the respective CR hammer plugin is not installed, hammer compute-resource virtual-machine info … doesn't print any output at all:
[root@foreman ~]# hammer compute-resource virtual-machine info --id 1 --vm-id vm1.example.com [root@foreman ~]#
expected output:
[root@foreman ~]# hammer compute-resource virtual-machine info --id 1 --vm-id vm1.example.com ID: vm1.example.com Name: vm1.example.com
Actions