← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1292633] [NEW] VMware: Unable to boot from iso via Horizon

 

Public bug reported:

When trying to boot from an iso using the VC Driver via the Horizon
dashboard, the following error is seen:

Traceback (most recent call last):
  File "/opt/stack/nova/nova/compute/manager.py", line 1703, in _spawn
    block_device_info)
  File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 598, in spawn
    admin_password, network_info, block_device_info)
  File "/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 562, in spawn
    _create_virtual_disk(dest_vmdk_path, root_gb_in_kb)
  File "/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 370, in _create_virtual_disk
    self._session._wait_for_task(vmdk_create_task)
  File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 906, in _wait_for_task
    ret_val = done.wait()
  File "/usr/local/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait
    return hubs.get_hub().switch()
  File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 187, in switch
    return self.greenlet.switch()
VMwareDriverException: A specified parameter was not correct.

Booting from an iso using the command line nova client works, however.

Log available here: http://paste.openstack.org/show/73516/

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: driver vmware

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

Title:
  VMware: Unable to boot from iso via Horizon

Status in OpenStack Compute (Nova):
  New

Bug description:
  When trying to boot from an iso using the VC Driver via the Horizon
  dashboard, the following error is seen:

  Traceback (most recent call last):
    File "/opt/stack/nova/nova/compute/manager.py", line 1703, in _spawn
      block_device_info)
    File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 598, in spawn
      admin_password, network_info, block_device_info)
    File "/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 562, in spawn
      _create_virtual_disk(dest_vmdk_path, root_gb_in_kb)
    File "/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 370, in _create_virtual_disk
      self._session._wait_for_task(vmdk_create_task)
    File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 906, in _wait_for_task
      ret_val = done.wait()
    File "/usr/local/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait
      return hubs.get_hub().switch()
    File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 187, in switch
      return self.greenlet.switch()
  VMwareDriverException: A specified parameter was not correct.

  Booting from an iso using the command line nova client works, however.

  Log available here: http://paste.openstack.org/show/73516/

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


Follow ups

References