← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1379682] Re: instance_template_name does not work for vmware driver

 

** Also affects: openstack-manuals
   Importance: Undecided
       Status: New

-- 
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/1379682

Title:
  instance_template_name does not work for vmware driver

Status in OpenStack Compute (Nova):
  Confirmed
Status in OpenStack Manuals:
  New

Bug description:
  Currently vmware driver will adopt uuid for instance names. This will
  lead two problems:

  1) instance name template will not apply for vmware driver.  But it
  will display instance name with nova show command. It will be
  misleading.

  [root@cmwo cmwo]# nova show temp-vm-host1-99
  +--------------------------------------+-----------------------------------------------------------+
  | Property                             | Value                                                     |
  +--------------------------------------+-----------------------------------------------------------+
  | OS-DCF:diskConfig                    | MANUAL                                                    |
  | OS-EXT-AZ:availability_zone          | cluster01                                                 |
  | OS-EXT-SRV-ATTR:host                 | vcenter-cluster01                                         |
  | OS-EXT-SRV-ATTR:hypervisor_hostname  | domain-c129(cluster01)                                    |
  | OS-EXT-SRV-ATTR:instance_name        | instance-000000ec                                         |
  | OS-EXT-STS:power_state               | 1                                                         |
  | OS-EXT-STS:task_state                | -                                                         |
  | OS-EXT-STS:vm_state                  | active                                                    |
  | OS-SRV-USG:launched_at               | 2014-10-09T10:02:15.000000                                |
  | OS-SRV-USG:terminated_at             | -                                                         |
  | accessIPv4                           |                                                           |
  | accessIPv6                           |                                                           |
  | config_drive                         |                                                           |
  | created                              | 2014-10-09T09:59:15Z                                      |
  | demovlan network                     | 25.0.0.21                                                 |
  | flavor                               | m1.tiny (1)                                               |
  | hostId                               | 0cfba386e1e5cad832d2fbc316c33ca6a124c3d0b386127a55707070  |
  | id                                   | 6d3e0f11-0a4c-46eb-a3a6-4e397d917228                      |

  2) This uuid is not user friendly for VM names.

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


References