diff options
author | carey.xu <carey.xuhan@huawei.com> | 2015-12-25 22:07:37 +0800 |
---|---|---|
committer | carey xu <carey.xuhan@huawei.com> | 2015-12-26 03:25:13 +0000 |
commit | 8d9d65ef222225db6ffebe1f2ead334ef1f0280f (patch) | |
tree | f31f5f38a08aba6238897e57be0ed3e2326cd88b /deploy/template/network/bridge_ovs.xml | |
parent | a8624432701c9f1608a464c06f3b894d6fab76f9 (diff) |
use ovs network instead of macvtap for virtual deploy
JIRA: COMPASS-218
Change-Id: I3fdfa71e9f94be964c9bc5ec7313b6fbea9b46dd
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/template/network/bridge_ovs.xml')
-rw-r--r-- | deploy/template/network/bridge_ovs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy/template/network/bridge_ovs.xml b/deploy/template/network/bridge_ovs.xml new file mode 100644 index 00000000..cf01a5d9 --- /dev/null +++ b/deploy/template/network/bridge_ovs.xml @@ -0,0 +1,6 @@ + <network ipv6='no'> + <name>REPLACE_NAME</name> + <bridge name='REPLACE_OVS'/> + <forward mode='bridge'/> + <virtualport type='openvswitch'/> + </network> |