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
This commit is contained in:
parent
318dc74080
commit
c497a05ea2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user