Browse code

Functions are required to parse localrc

This is essentially a revert of
73695d0ea490c4c7a1158957dd5a85586cfa0933. Since stackrc is
responsible for sourcing localrc, the required functions
are necessary (like for enable_service).

fixes bug 1186488

Change-Id: Iad90f802e77b94416821008c294c1a2ede8a4729

Jeff Peeler authored on 2013/06/01 13:54:47
Showing 1 changed files
... ...
@@ -20,6 +20,9 @@ fi
20 20
 # Find the other rc files
21 21
 RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
22 22
 
23
+# Import common functions
24
+source $RC_DIR/functions
25
+
23 26
 # Load local configuration
24 27
 source $RC_DIR/stackrc
25 28