diff options
Diffstat (limited to 'config/network/network_settings.yaml')
-rw-r--r-- | config/network/network_settings.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/network/network_settings.yaml b/config/network/network_settings.yaml index ffe3a18e..c2d9bc90 100644 --- a/config/network/network_settings.yaml +++ b/config/network/network_settings.yaml @@ -181,7 +181,7 @@ networks: # Mapping for compute profile (nodes assigned as Compute nodes) compute: # Physical interface type (interface or bond) - phys_type: interface + phys_type: ovs_bridge # VLAN tag to use with this NIC vlan: native # Physical NIC members of this mapping @@ -190,7 +190,7 @@ networks: - eth2 # Mapping for controller profile (nodes assigned as Controller nodes) controller: - phys_type: interface + phys_type: ovs_bridge vlan: native members: - eth2 |