Fuel assigns the default offloading mode to all network interfaces automatically. You may want to modify this setting to meet your network requirements. The number of available offloading types depends on network hardware and the kernel version that you use.
Fuel automatically detects offloading modes for any physical network interface.
To edit the offloading mode using Fuel web UI:
To edit the offloading mode using CLI:
Log in to the Fuel Master node CLI.
Verify the node ID:
fuel nodes
Download the information about network interfaces:
fuel node --node <NODE_ID> --network --download
Open the /root/node_<NODE_ID>/interfaces.yaml
file for editing.
Disable or leave the default value next to the state
field:
Upload the modified file:
fuel node --node <NODE_ID> --network --upload
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.