1 | initial version |
Hello,
In order to bind Neutron ports on Hyper-V, make sure you have networking-hyperv installed on your Neutron controller node (for liberty, use 1.0.4: pip install networking-hyperv==1.0.4). Afterwards, make sure to configure your Neutron server to use the hyperv
mechanism_driver, by adding it to the mechanism_drivers
config option in /etc/neutron/plugins/ml2/ml2_conf.ini
.
For more details and more help in setting up and debugging any networking issues, please follow the article:
[1] https://cloudbase.it/neutron-hyper-v-plugin/
Best regards,
Claudiu Belu
2 | No.2 Revision |
Hello,
In order to bind Neutron ports on Hyper-V, make sure you have networking-hyperv installed on your Neutron controller node (for liberty, use 1.0.4: pip install networking-hyperv==1.0.4). Afterwards, make sure to configure your Neutron server to use the hyperv
mechanism_driver, by adding it to the mechanism_drivers
config option in /etc/neutron/plugins/ml2/ml2_conf.ini
.. You should have something like: mechanism_drivers=openvswitch,hyperv
. You can have any other mechanism drivers in the list.
For more details and more help in setting up and debugging any networking issues, please follow the article:
[1] https://cloudbase.it/neutron-hyper-v-plugin/
Best regards,
Claudiu Belu