1 | initial version |
Hello!
As previously mentioned, Hyper-V supports only VHD / VHDX images. You can find some already prepared images here: [1]
Secondly, make sure that you have the hyperv
mechanism driver added in the Neutron server's ml2_conf.ini file in the mechanism_drivers
list. Keep in mind that the neutron-hyperv-agent
agent doesn't support VXLAN networks [2]. If you want VXLAN / GRE or other network types, you should take a look at Windows OVS + neutron-ovs-agent
instead.
[1] https://cloudbase.it/windows-cloud-images/
[2] https://cloudbase.it/neutron-hyper-v-plugin/
[3] https://cloudbase.it/openvswitch/
Best regards,
Claudiu