trove/releasenotes/notes/instance-show-comp-vol-id-964db9f52a5ac9c1.yaml
Simon Chang 17ba7bc92e Add compute instance ID and volume ID to trove show output
The Compute ID (server_id) and Volume ID (volume_id)
associated with a trove instance are useful information
for an administrator. This commit add these fields to the
trove show output. They will only be visible to users
with admin rights.

Change-Id: I4a39b59ae610803f5aaf849f2e20ebb6e4ea1565
Closes-Bug: 1633581
2016-11-28 16:54:58 -05:00

5 lines
123 B
YAML

---
other:
- Add Compute ID (server_id) and Volume ID (volume_id)
to trove show output for admin users. Bug #1633581