diff options
author | baigk <baiguoku@huawei.com> | 2015-10-09 18:32:31 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-10-10 10:17:48 +0800 |
commit | 80c770bb093ad2af54171de1a2c4630536d4daf0 (patch) | |
tree | 693a483f4b4f02eb7dcd908691e2db67f7b6003c /deploy/template/vm/compass.xml | |
parent | 00aaaac786bcec0d2de7c14c4f3c5a89ba2553f5 (diff) |
bugfix: libvirt_type should be kvm when host is barebetal mode
JIRA: COMPASS-81
Change-Id: Iba3cb182a3e461ab89eb40fdba7800b8b2a1fc3e
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/template/vm/compass.xml')
-rw-r--r-- | deploy/template/vm/compass.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/template/vm/compass.xml b/deploy/template/vm/compass.xml index 918a9f21..453e728d 100644 --- a/deploy/template/vm/compass.xml +++ b/deploy/template/vm/compass.xml @@ -46,6 +46,11 @@ <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </interface> + <interface type='bridge'> + <source bridge='REPLACE_BRIDGE_EXTERNAL'/> + <model type='virtio'/> + <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> + </interface> <serial type='pty'> <target port='0'/> </serial> |