aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/host_virtual.sh
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2015-12-04 10:31:33 +0800
committercarey.xu <carey.xuhan@huawei.com>2015-12-04 10:31:33 +0800
commit5b1d2ed7edbbc51b56ecbc89409eed33a3530a62 (patch)
treed65651a41f7f989fe709f98542a8d860be0b042f /deploy/host_virtual.sh
parent5de09de80aac43e61ec411ad598e8cd915d9cadd (diff)
support onos l3 agent
JIRA: COMPASS-179 Change-Id: If052a122fce154f2327304a4436b6c6fdba6e7ac Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/host_virtual.sh')
-rw-r--r--deploy/host_virtual.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/host_virtual.sh b/deploy/host_virtual.sh
index d769010b..4cb33613 100644
--- a/deploy/host_virtual.sh
+++ b/deploy/host_virtual.sh
@@ -31,6 +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_NET_INSTALL/install/g" \
+ -e "s/REPLACE_NET_IAAS/external/g" \
-e "s/REPLACE_NET_TENANT/external/g" \
$COMPASS_DIR/deploy/template/vm/host.xml\
> $vm_dir/libvirt.xml