diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-03-07 01:43:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-07 01:43:41 +0000 |
commit | 7c3c3d2a629f5bf5373d21780963a143d45e6067 (patch) | |
tree | d6e0ff4b16ff8ca04271ea2312bdcdef91fa14b2 /templates/physical_environment/vms/daisy.xml | |
parent | d222c03bc58c79d918001773639d0f81a57c86a8 (diff) | |
parent | dd3335128617003db15e46378ed0baf7941c369c (diff) |
Merge "fix some bug of bm deploy"
Diffstat (limited to 'templates/physical_environment/vms/daisy.xml')
-rw-r--r-- | templates/physical_environment/vms/daisy.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/physical_environment/vms/daisy.xml b/templates/physical_environment/vms/daisy.xml index e91acc46..574669bf 100644 --- a/templates/physical_environment/vms/daisy.xml +++ b/templates/physical_environment/vms/daisy.xml @@ -71,9 +71,8 @@ <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</controller>
<interface type='bridge'>
- <mac address='52:54:00:73:8b:50'/>
- <source bridge='daisy1'/>
- <target dev='vnet1'/>
+ <source bridge='br7'/>
+ <target dev='vnet0'/>
<model type='rtl8139'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
|