Merge "XenAPI: Fix final script to include functions"

This commit is contained in:
Jenkins 2014-05-19 18:38:48 +00:00 committed by Gerrit Code Review
commit 9c2962a255

View File

@ -14,6 +14,9 @@ set -o xtrace
# This directory
BASE_DIR=$(cd $(dirname "$0") && pwd)
# Source the top level functions
source $BASE_DIR/../../../functions
# For default setings see xenrc
source $BASE_DIR/../xenrc