← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1330873] Re: Instance name set in horizon is not set in VMware vCenter

 

Reviewed:  https://review.openstack.org/166608
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=47e3a4e96189486b53d3f8f0aac0ea56931adac8
Submitter: Jenkins
Branch:    master

commit 47e3a4e96189486b53d3f8f0aac0ea56931adac8
Author: Gary Kotton <gkotton@xxxxxxxxxx>
Date:   Sun Mar 22 06:57:09 2015 -0700

    VMware: improve instance names on VC
    
    Up until now the instance name of the VM on the VC was the UUID of
    the instance. This is very confusing for administrators and they
    would like some context for the VM.
    
    This will now be:
     <display-name> (<instance-uuid>)
    
    Once the the instance is created we will perform a rename. The reason
    for this is that the disks are all stored under a folder on the datastore
    that has the name of the instance UUID.
    
    NOTE: this is only for the display on the VC. The search for the VM's
          is done via the instanceUUID configured on the VM. If that fails
          then the nvp.uuid extra spec is used for the search.
    
    This completed the blueprint vmware-better-display-names
    
    Closes-bug: #1330873
    
    Change-Id: Ibeb000f4c1d88fa296390143b0cf98e05e735086


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1330873

Title:
  Instance name set in horizon is not set in VMware vCenter

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Instance name set in horizon is not set in VMware vCenter. In vCenter
  the name of the instance is the id (in UUID format) of the instance.
  This makes it difficult for the administrator to locate the instance
  in vCenter using the name displayed in horizon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1330873/+subscriptions


References