diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2018-07-05 09:07:41 +0300 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2018-07-06 18:15:27 +0000 |
commit | d6af6ae3c5a38e752a8df664b1d5aa3d49d1fa57 (patch) | |
tree | aab9bab317603c8747c756c0a0ddb0072aae78ec | |
parent | ae22c3358b53a68b68de7d3ac5d6f56a1c384b61 (diff) |
Physical interface type note
add ovs_bridge as needed compared to earlier version
Change-Id: I1d0c6df9d1f47b0c98a3c1a8bf3a04eb5f53aff2
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
-rw-r--r-- | config/network/network_settings.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/network/network_settings.yaml b/config/network/network_settings.yaml index a8ddca1a..4c3b63a2 100644 --- a/config/network/network_settings.yaml +++ b/config/network/network_settings.yaml @@ -180,7 +180,7 @@ networks: nic_mapping: # Mapping for compute profile (nodes assigned as Compute nodes) compute: - # Physical interface type (interface or bond) + # Physical interface type (ovs_bridge, interface or bond) # Note that this phys_type for external network will be changed # to vpp_interface for odl_fdio scenarios and linux_bridge for # nosdn_fdio scenarios. |