← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1735299] Re: VMware vSphere configuration options doc refers to image property that is not used

 

The vmware driver code is misleading. The legacy image property is
converted to img_linked_clone in the nova.objects.ImageMeta object:

https://github.com/openstack/nova/blob/7e2d8cb89b68d136c7bc3dd2eae18b5269fcefbd/nova/objects/image_meta.py#L474

So if your image has vmware_linked_clone it should still work because
we'll translate it when building that ImageMeta object.

** Changed in: nova
       Status: New => Invalid

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

Title:
  VMware vSphere configuration options doc refers to image property that
  is not used

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [X] This doc is inaccurate in this way: In the "Image handling"
  section, the first "Note" says you can use the legacy property
  'vmware_linked_clone' to control whether a VM is booted as a linked
  clone or not, but it looks like the code only checks the
  'img_linked_clone' property [0].

  Fix is probably to remove the reference to the legacy property.

  [0]
  https://github.com/openstack/nova/blob/7e2d8cb89b68d136c7bc3dd2eae18b5269fcefbd/nova/virt/vmwareapi/images.py#L130

  
  - [ ] This is a doc addition request.
  - [ ] I have a fix to the document that I can paste below including example: input and output. 

  If you have a troubleshooting or support issue, use the following
  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  -----------------------------------
  Release: 17.0.0.0b2.dev383 on 2017-11-29 20:11
  SHA: 690f8e4e24200db51b08bd96fd2d7b7f8b825422
  Source: https://git.openstack.org/cgit/openstack/nova/tree/doc/source/admin/configuration/hypervisor-vmware.rst
  URL: https://docs.openstack.org/nova/latest/admin/configuration/hypervisor-vmware.html

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


References