Actions
Bug #28132
closed[Hammer] [CR-General] The id field in Compute Resource images listing are not shown
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:
Description
An "images" list from GCE is being fetched but the 'id' field is not being shown if I choose fields to display like "id, name" or even if I choose any predefined sets. The issue is also repro with VMWare image listing.
How Reproducible:
-------------------
Always
Steps:
-------------------
1. Attempt to list images (name and uuids) from GCE/VMWare Compute Resources.
- hammer compute-resource images --fields 'ALL' --id 1 - or -
- hammer compute-resource images --fields 'id,name' --id 1
Actual Behavior:
-------------------
1. The list shows the names of all available images.
1. The list doesn't show id(UUIDs of images) field in both the cases.
Expected Behavior:
--------------------
1. The hammer listing of CR images should also show the ids/uuids of an images along with names.
Actions