diff options
author | Justin chi <chigang@huawei.com> | 2015-10-15 01:44:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-15 01:44:26 +0000 |
commit | 4fde268319667485c8322661397ec8b5a2e3a05f (patch) | |
tree | 4180e58c03be2a1a02e0f26aa0266428bfa22dfc /deploy/compass_vm.sh | |
parent | 39794dc126a14a9b36f9ec1dc5ce760c717bf0b8 (diff) | |
parent | 6303b57e8d7f3530d9dfd0896708a712fdc8f919 (diff) |
Merge "support connecting compass core and virtual machine by external ip"
Diffstat (limited to 'deploy/compass_vm.sh')
-rw-r--r-- | deploy/compass_vm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/compass_vm.sh b/deploy/compass_vm.sh index 944c6cff..9e192281 100644 --- a/deploy/compass_vm.sh +++ b/deploy/compass_vm.sh @@ -100,8 +100,8 @@ function launch_compass() { -e "s#REPLACE_IMAGE#$compass_vm_dir/disk.img#g" \ -e "s#REPLACE_ISO#$compass_vm_dir/centos.iso#g" \ -e "s/REPLACE_NET_MGMT/mgmt/g" \ - -e "s/REPLACE_BRIDGE_INSTALL/br_install/g" \ - -e "s/REPLACE_BRIDGE_EXTERNAL/br_external/g" \ + -e "s/REPLACE_NET_INSTALL/install/g" \ + -e "s/REPLACE_NET_EXTERNAL/external/g" \ $COMPASS_DIR/deploy/template/vm/compass.xml \ > $WORK_DIR/vm/compass/libvirt.xml |