aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2015-10-12 05:32:17 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-10-12 05:32:17 +0000
commit2cbacbc060805b446769def612253798f3b7fb03 (patch)
tree1619e8bde3ff9f988b7f7a7bd9ce7a8a5f2cf867 /deploy/launch.sh
parentd27248783e7f49f4edb3a584ffd06c56c61b32c5 (diff)
parent80c770bb093ad2af54171de1a2c4630536d4daf0 (diff)
Merge "bugfix: libvirt_type should be kvm when host is barebetal mode"
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index c040900c..6397cceb 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -10,6 +10,7 @@ source $(process_input_para $*) || exit 1
source ${COMPASS_DIR}/deploy/conf/${FLAVOR}.conf
source ${COMPASS_DIR}/deploy/conf/${TYPE}.conf
source ${COMPASS_DIR}/deploy/conf/base.conf
+source ${COMPASS_DIR}/deploy/conf/compass.conf
source ${COMPASS_DIR}/deploy/prepare.sh
source ${COMPASS_DIR}/deploy/network.sh
source ${COMPASS_DIR}/deploy/host_${TYPE}.sh