diff options
author | zhouya <zhou.ya@zte.com.cn> | 2017-03-02 10:41:15 +0800 |
---|---|---|
committer | zhouya <zhou.ya@zte.com.cn> | 2017-03-06 17:23:44 +0800 |
commit | dd3335128617003db15e46378ed0baf7941c369c (patch) | |
tree | 4de08d45c43a2fcadbaec934e9bbb2ca7614ad1b /templates/physical_environment | |
parent | fad85bb5ecb07240f909ad812bf58c194bc10453 (diff) |
fix some bug of bm deploy
Change-Id: I96bed7259666d48a1fbc41bb9452d8493c4417b8
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
Diffstat (limited to 'templates/physical_environment')
-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'/>
|