fuel-dev team mailing list archive
-
fuel-dev team
-
Mailing list archive
-
Message #01385
[Bug 1352898] [NEW] Incorrect vmware_adaptertype when cirros image registered in glance during vcenter deployment
Stepan Rogov (srogov) has assigned this bug to you for Fuel for OpenStack:
Openstack deployed with hypervisor type is vcenter and storage type is "Vmware vCenter for volumes"(vmdk dirver).
When i try to create volume and attach it to running instance(cirros image), I get an error. Because cirros image has been created with IDE disk controller. But to work attaching the images should be used scsi disk type(vmware_adaptertype="lsiLogic").
http://docs.openstack.org/havana/config-reference/content/vmware.html#VMware_tagging_images
In nailgun/nailgun/orchestrator/deployment_serializers.py need to change:
glance_properties.append('--property vmware_adaptertype=ide')
to
glance_properties.append('--property vmware_adaptertype=lsiLogic')
** Affects: fuel
Importance: Undecided
Assignee: Fuel Dev (fuel-dev)
Status: New
** Tags: nailgun
--
Incorrect vmware_adaptertype when cirros image registered in glance during vcenter deployment
https://bugs.launchpad.net/bugs/1352898
You received this bug notification because you are a member of Fuel Dev, which is a bug assignee.