PortBindingFailed: Binding failed for port f168d8e9-fbbb-4e42-a371-d910fe4bc560
Hi Team,
I have installed openstack (newton release) controller machine in centOS 7 and added windows 2016 hyper-V as compute host.
Both controller and windows hyper-v are VM and running in windows 2016
[root@controller ~]# nova hypervisor-list +----+---------------------+-------+---------+ | ID | Hypervisor hostname | State | Status | +----+---------------------+-------+---------+ | 1 | wincompute | up | enabled | +----+---------------------+-------+---------+
when i tried to add new instance it shows the error as "PortBindingFailed: Binding failed for port f168d8e9-fbbb-4e42-a371-d910fe4bc560"
Nova compute log file : http://paste.openstack.org/raw/598628/
Neutron hyper agent file : http://paste.openstack.org/raw/598629/
Nova Config file : http://paste.openstack.org/raw/598630/
Also I have created a local network with external checkbox through openstack dashboard. I unable to find any documentation related to network setup for hyper-V.
Please let me know how to resolve this issue.
Regards, Loges
Hello Loges! I see that you are trying to boot a qcow2 image on Hyper-V. Only vhd/vhdx images are supported on Hyper-V, could you please convert the image to vhd and then boot the VM? (qemu-img image-convert -f qcow2 -O vhdx <qcow2_image_name> <vhd_image_name>) Paste the log here after that. Thanks!
Can you please confirm that this question is not a duplicate of: https://ask.cloudbase.it/question/1981/port-binding-failed-windows-2016-nested/ ?
It's almost same question.
Please set one of the two as duplicate, it's pointless and inefficient to try to help you on two questions on the same topic.