diff options
author | Justin chi <chigang@huawei.com> | 2015-10-15 01:44:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-15 01:44:26 +0000 |
commit | 4fde268319667485c8322661397ec8b5a2e3a05f (patch) | |
tree | 4180e58c03be2a1a02e0f26aa0266428bfa22dfc /deploy/template/network/bridge_nic.xml | |
parent | 39794dc126a14a9b36f9ec1dc5ce760c717bf0b8 (diff) | |
parent | 6303b57e8d7f3530d9dfd0896708a712fdc8f919 (diff) |
Merge "support connecting compass core and virtual machine by external ip"
Diffstat (limited to 'deploy/template/network/bridge_nic.xml')
-rw-r--r-- | deploy/template/network/bridge_nic.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy/template/network/bridge_nic.xml b/deploy/template/network/bridge_nic.xml new file mode 100644 index 00000000..055845fb --- /dev/null +++ b/deploy/template/network/bridge_nic.xml @@ -0,0 +1,6 @@ +<network> +<name>REPLACE_NAME</name> +<forward mode="bridge"> + <interface dev="REPLACE_NIC"/> +</forward> +</network> |