-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
stream, 6.19.0
Description of problem:
After running the command
hammer compute-resource virtual-machines --id xx
, it only displays the name and state of the VM and does not show the VM ID. Due to the missing ID, we are unable to retrieve detailed information for a specific VM using its ID.
How reproducible:
Always
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
1. Infrastructure -> Compute Resources -> Create OCP-V Compute Resources
2. Run -
hammer compute-resource virtual-machines --id <cr id>
-----------------------------|------------- NAME | STATE -----------------------------|------------- evgeni-via-instance | running pljwrdkqou.oxeukukppu.foo | provisioning test-gtalreja-capsule-stream | running -----------------------------|-------------
Actual behavior:
The above hammer command does not display the vm id in the output. Therefore, we are unable to retrieve the VM information using the below command:
hammer compute-resource virtual-machine info --id <cr id> --vm-id <vm id>
Expected behavior:
It should display the ID after running hammer command mentioned in the point 2. so that we can fetch the information of a particular VM using its ID.