From c497a05ea24bb79023ccf1aa7ca16b88c1eedf9e Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Thu, 21 Feb 2013 15:25:51 +0000 Subject: [PATCH] Fix aggregates exercise Fixes bug 1131244 aggregates.sh was making assumptions on the working directory. Thus it failed, if the current working directory is not devstack. This pathch makes the sourcing to use the full path for openrc. Change-Id: I10c83c88112ead97b43873e1034b0e76e4f889f4 --- exercises/aggregates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/aggregates.sh b/exercises/aggregates.sh index ae3198f941..a92c0d9276 100755 --- a/exercises/aggregates.sh +++ b/exercises/aggregates.sh @@ -40,7 +40,7 @@ source $TOP_DIR/openrc source $TOP_DIR/exerciserc # Test as the admin user -. openrc admin admin +. $TOP_DIR/openrc admin admin # Create an aggregate