From 75dbd9b1a3d6fa7d72b95d72a3102d8fdc76fd34 Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Tue, 4 Feb 2014 14:56:15 -0800 Subject: [PATCH] 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 --- driver_certs/cinder_driver_cert.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/driver_certs/cinder_driver_cert.sh b/driver_certs/cinder_driver_cert.sh index edcc6d4800..0221e3779c 100755 --- a/driver_certs/cinder_driver_cert.sh +++ b/driver_certs/cinder_driver_cert.sh @@ -24,6 +24,7 @@ TOP_DIR=$(cd $CERT_DIR/..; pwd) source $TOP_DIR/functions source $TOP_DIR/stackrc source $TOP_DIR/openrc +source $TOP_DIR/lib/infra source $TOP_DIR/lib/tempest source $TOP_DIR/lib/cinder