fuel-dev team mailing list archive
-
fuel-dev team
-
Mailing list archive
-
Message #01387
[Bug 1352898] Re: Incorrect vmware_adaptertype when cirros image registered in glance during vcenter deployment
Fix proposed to branch: master
Review: https://review.openstack.org/112020
** Changed in: fuel
Status: New => In Progress
** Changed in: fuel
Assignee: Fuel Dev (fuel-dev) => Stepan Rogov (srogov)
--
You received this bug notification because you are a member of Fuel Dev,
which is a bug assignee.
https://bugs.launchpad.net/bugs/1352898
Title:
Incorrect vmware_adaptertype when cirros image registered in glance
during vcenter deployment
Status in Fuel: OpenStack installer that works:
In Progress
Bug description:
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')
To manage notifications about this bug go to:
https://bugs.launchpad.net/fuel/+bug/1352898/+subscriptions