Bug 1001547 - User can not correlate between host ID and host IP/name
Summary: User can not correlate between host ID and host IP/name
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-novaclient
Version: 3.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.0
Assignee: Jakub Ruzicka
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-27 09:15 UTC by Ofer Blaut
Modified: 2019-09-09 14:44 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-25 14:35:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
CLI output (3.66 KB, text/plain)
2013-08-27 09:15 UTC, Ofer Blaut
no flags Details

Description Ofer Blaut 2013-08-27 09:15:45 UTC
Created attachment 790856 [details]
CLI output

Description of problem:

Upon using nova show < VM > user get UUID of the host, but there is no why to correlate hosts UUIDs to host names


As Admin i can filter which VMs are running on specific host.
We need to add host UUID in nova host-list & nova list --host <host name > / UUID 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.nova show <VM > look for hostId
2.nova host-list ( doesn't contain host ID info ) 
3.nova list --host <host name > - works with names and not UUIDs

Actual results:


Expected results:


Additional info:

Comment 3 Jakub Ruzicka 2013-09-25 14:35:55 UTC
This is an upstream Wishlist bug, not a RHOS one.

Ofer, please fill this upstream.

Comment 4 Ofer Blaut 2013-10-10 10:00:53 UTC
No need to feel upstream 
 
From tenant level you can't see host name only UUID

From Admin tenant level you see both host name & UUID

 nova list --all-tenants 1 , grep the one and later 

nova show <VM UUID>


Note You need to log in before you can comment on or make changes to this bug.