Browse code

Merge "Source functions from stackrc"

Jenkins authored on 2014/10/05 04:57:36
Showing 1 changed files
... ...
@@ -3,6 +3,9 @@
3 3
 # Find the other rc files
4 4
 RC_DIR=$(cd $(dirname "${BASH_SOURCE:-$0}") && pwd)
5 5
 
6
+# Source required devstack functions and globals
7
+source $RC_DIR/functions
8
+
6 9
 # Destination path for installation
7 10
 DEST=/opt/stack
8 11