Browse code

Added the import of lib/infra

This fixes an error in the devstack/functions
setup_develop call, which tries to cd to
$REQUIREMENTS_DIR, which is created in lib/infra

Change-Id: Ie65d2ba83547acc4ea36d1191e6e90dc21da1fa7
Closes-Bug: #1276365

Walter A. Boring IV authored on 2014/02/05 07:56:15
Showing 1 changed files
... ...
@@ -24,6 +24,7 @@ TOP_DIR=$(cd $CERT_DIR/..; pwd)
24 24
 source $TOP_DIR/functions
25 25
 source $TOP_DIR/stackrc
26 26
 source $TOP_DIR/openrc
27
+source $TOP_DIR/lib/infra
27 28
 source $TOP_DIR/lib/tempest
28 29
 source $TOP_DIR/lib/cinder
29 30