Bug 1001547

Summary: User can not correlate between host ID and host IP/name
Product: Red Hat OpenStack Reporter: Ofer Blaut <oblaut>
Component: python-novaclientAssignee: Jakub Ruzicka <jruzicka>
Status: CLOSED WONTFIX QA Contact: Ami Jeain <ajeain>
Severity: low Docs Contact:
Priority: low    
Version: 3.0CC: dallan, hateya, jruzicka, ndipanov, yeylon
Target Milestone: ---   
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-25 14:35:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
CLI output none

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>