Browse code

XenAPI: Fix final script to include functions

Generally a ubuntu template is supplied - but in the case
where it is not, we need to source functions before sourcing
stackrc (Through xenrc)

Change-Id: I8325cf1c6f83946b7798e6d1bb8278e86831d3c4

Bob Ball authored on 2014/05/16 05:12:50
Showing 1 changed files
... ...
@@ -14,6 +14,9 @@ set -o xtrace
14 14
 # This directory
15 15
 BASE_DIR=$(cd $(dirname "$0") && pwd)
16 16
 
17
+# Source the top level functions
18
+source $BASE_DIR/../../../functions
19
+
17 20
 # For default setings see xenrc
18 21
 source $BASE_DIR/../xenrc
19 22