diff options
author | shuai chen <chenshuai@huawei.com> | 2015-12-04 06:08:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-04 06:08:54 +0000 |
commit | a140be4ebd89750f8a8fd745365bfc4d64f83bcb (patch) | |
tree | 450752b42818c8eb9c890fed38ee2969f32956ab /deploy/host_virtual.sh | |
parent | a54fac4888df4f75e3c4230efb36618e64e695b1 (diff) | |
parent | 5b1d2ed7edbbc51b56ecbc89409eed33a3530a62 (diff) |
Merge "support onos l3 agent"
Diffstat (limited to 'deploy/host_virtual.sh')
-rw-r--r-- | deploy/host_virtual.sh | 1 |
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 |