diff options
author | Yao Lu <lu.yao135@zte.com.cn> | 2016-11-29 22:39:37 +0800 |
---|---|---|
committer | zhouya <zhou.ya@zte.com.cn> | 2016-12-20 15:27:28 +0800 |
commit | 0b57e3be28f1b42d7cea436feb04fbcdf83e8484 (patch) | |
tree | 900413e47a5994aa36b00d2b7db0e14ca4e1815c /templates/virtual_environment/networks/daisy2.xml | |
parent | a5e3706c114f43224056fa222276491445ddcf55 (diff) |
implement deploy on virthal pod
Change-Id: I600e21f0d36f37c75cac4ace5f7225e32ab93d56
Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
Diffstat (limited to 'templates/virtual_environment/networks/daisy2.xml')
-rw-r--r-- | templates/virtual_environment/networks/daisy2.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/virtual_environment/networks/daisy2.xml b/templates/virtual_environment/networks/daisy2.xml deleted file mode 100644 index f8e86830..00000000 --- a/templates/virtual_environment/networks/daisy2.xml +++ /dev/null @@ -1,12 +0,0 @@ -<network connections='1'> - <name>daisy2</name> - <forward mode='nat'> - <nat> - <port start='1024' end='65535'/> - </nat> - </forward> - <bridge name='daisy2' stp='on' delay='0'/> - <domain name='daisy2'/> - <ip address='172.10.101.1' netmask='255.255.255.0'> - </ip> -</network> |