commit | 9c2962a2557bea1e7964b57f74b2264f9f332940 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon May 19 18:38:48 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon May 19 18:38:48 2014 +0000 |
tree | 6e6a7d6116203a93cad86d9aa4a9a3caff261be6 | |
parent | 0b2ee8fd4d0be89556f8c1923204e4c169f42599 [diff] | |
parent | d06d4550de42a24023f8d2cc63e2d94a0c476eee [diff] |
Merge "XenAPI: Fix final script to include functions"
diff --git a/tools/xen/scripts/install_ubuntu_template.sh b/tools/xen/scripts/install_ubuntu_template.sh index d80ed09..d4d6567 100755 --- a/tools/xen/scripts/install_ubuntu_template.sh +++ b/tools/xen/scripts/install_ubuntu_template.sh
@@ -14,6 +14,9 @@ # 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