diff options
author | Justin chi <chigang@huawei.com> | 2015-10-12 05:32:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-12 05:32:17 +0000 |
commit | 2cbacbc060805b446769def612253798f3b7fb03 (patch) | |
tree | 1619e8bde3ff9f988b7f7a7bd9ce7a8a5f2cf867 /deploy/host_virtual.sh | |
parent | d27248783e7f49f4edb3a584ffd06c56c61b32c5 (diff) | |
parent | 80c770bb093ad2af54171de1a2c4630536d4daf0 (diff) |
Merge "bugfix: libvirt_type should be kvm when host is barebetal mode"
Diffstat (limited to 'deploy/host_virtual.sh')
-rw-r--r-- | deploy/host_virtual.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/host_virtual.sh b/deploy/host_virtual.sh index 0754b1f4..35ab4352 100644 --- a/deploy/host_virtual.sh +++ b/deploy/host_virtual.sh @@ -31,7 +31,7 @@ function launch_host_vms() { -e "s#REPLACE_IMAGE#$vm_dir/disk.img#g" \ -e "s/REPLACE_BOOT_MAC/${mac_array[i]}/g" \ -e "s/REPLACE_BRIDGE_MGMT/br_install/g" \ - -e "s/REPLACE_BRIDGE_TENANT/br_install/g" \ + -e "s/REPLACE_BRIDGE_TENANT/br_external/g" \ -e "s/REPLACE_BRIDGE_PUBLIC/br_install/g" \ -e "s/REPLACE_BRIDGE_STORAGE/br_install/g" \ $COMPASS_DIR/deploy/template/vm/host.xml\ |