diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-08-03 09:42:42 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-08-03 10:25:00 +0800 |
commit | f4c24f851dbc454bacdf4e5318297f6f5247127f (patch) | |
tree | b2f666308d8a8b5e31679d138839c8081535e1d6 /deploy/conf/vm_environment/huawei-virtual8 | |
parent | 6db274398147b194e178650139e44dba0b08ec34 (diff) |
Add network_odl.yml for baremetal pod
JIRA: -
1. add network_odl.yml for huawei-pod1 and huawei-pod2
2. change br-provider to br-int for network_odl.yml
Change-Id: Id116d8f67b99d05a7be913787873048a543b2e2c
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/conf/vm_environment/huawei-virtual8')
-rw-r--r-- | deploy/conf/vm_environment/huawei-virtual8/network_odl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/vm_environment/huawei-virtual8/network_odl.yml b/deploy/conf/vm_environment/huawei-virtual8/network_odl.yml index ac449846..017c6f6d 100644 --- a/deploy/conf/vm_environment/huawei-virtual8/network_odl.yml +++ b/deploy/conf/vm_environment/huawei-virtual8/network_odl.yml @@ -12,7 +12,7 @@ nic_mappings: [] bond_mappings: [] provider_net_mappings: - - name: br-provider + - name: br-int network: physnet interface: external-nic type: ovs |