diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-07-25 02:06:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-25 02:06:37 +0000 |
commit | 4aab5fede6d007aa7c934aabbe7294b793bc6087 (patch) | |
tree | a7611d433f6a66dd65bc2e98963ede5c73bf6926 /templates/virtual_environment | |
parent | 7ac1730803aac27f1c9bbc2e83f158fbb77ffab6 (diff) | |
parent | dc420d5d13308110e36313d1b88cbf7fa11b0378 (diff) |
Merge "Sync some patches of bash script to python"
Diffstat (limited to 'templates/virtual_environment')
-rw-r--r-- | templates/virtual_environment/vms/computer.xml | 4 | ||||
-rw-r--r-- | templates/virtual_environment/vms/controller.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/templates/virtual_environment/vms/computer.xml b/templates/virtual_environment/vms/computer.xml index ee038108..0add4367 100644 --- a/templates/virtual_environment/vms/computer.xml +++ b/templates/virtual_environment/vms/computer.xml @@ -76,6 +76,10 @@ <source network='daisy2' bridge='daisy2'/> <model type='rtl8139'/> </interface> + <interface type='network'> + <source network='daisy3' bridge='daisy3'/> + <model type='rtl8139'/> + </interface> <serial type='pty'> <source path='/dev/pts/4'/> <target port='0'/> diff --git a/templates/virtual_environment/vms/controller.xml b/templates/virtual_environment/vms/controller.xml index 69424015..22a98f51 100644 --- a/templates/virtual_environment/vms/controller.xml +++ b/templates/virtual_environment/vms/controller.xml @@ -76,6 +76,10 @@ <source network='daisy2' bridge='daisy2'/> <model type='rtl8139'/> </interface> + <interface type='network'> + <source network='daisy3' bridge='daisy3'/> + <model type='rtl8139'/> + </interface> <serial type='pty'> <source path='/dev/pts/4'/> <target port='0'/> |