How to make the OpenStack to work with Multi physical NICs
Hi All,
I have integrated OpenStack with OpenDaylight but currently it uses two NICs but my project requires the compute node to use minimum 4 NICs to make the network more independent. Does OpensStack support Mulit NICs?
Kind Regards, Rahulan
I don't know about ODL, but in principle yes. For example, see the config parameters physical_interface_mappings and bridge_mapping, which map provider networks to physical interfaces.
Thank you for the reply and yes, I understands that I can modify the ML2 to make the multi NICs works. However, when I stack the devstack, the ml2 ini get updated as default vlaues. I just need to understand that how to pass those parameter from local.conf?
Kind Rahu