yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28654
[Bug 1379682] Re: instance_template_name does not work for vmware driver
Reviewed: https://review.openstack.org/156924
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=bf8afba46c78f545f5e2590b4f0e0e36f842b067
Submitter: Jenkins
Branch: master
commit bf8afba46c78f545f5e2590b4f0e0e36f842b067
Author: Hiroki Aramaki <h-aramaki@xxxxxxxxxxxx>
Date: Wed Feb 18 17:51:10 2015 +0900
Add vCenter driver instance name section
Add instance name section to VMware configuration reference.
KVM use instance_template name but VMware vCenter driver
use instance ID.
Change-Id: I325b5282dfdbe1b71657c4043644b5641cb7320f
Closes-Bug: #1379682
** Changed in: openstack-manuals
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/1379682
Title:
instance_template_name does not work for vmware driver
Status in OpenStack Compute (Nova):
Confirmed
Status in OpenStack Manuals:
Fix Released
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