I would like to share my experience of deploying virtual machines (from now on – VM’s) based on Windows Server 2008 R2 x64 in Openstack environment. First I would like to describe the situation why I had to use Openstack for deployment of Windows-based VM’s. Currently the project for distributed…
Operation system not found Error VMware Openstack
If you keep getting theĀ “Operation system not found” error while deploying images in Openstack on ESX/ESXi host, it is probably because of you did not specify the the “vmware_ostype” parameter while creating/importing image – otherwise, it is not going to be properly recognized by VMware. Example: glance image-create –name=cirros –disk-format=vmdk…