Zun: Move gate_hook.sh to the right location

Change-Id: I957c5b3ecabfe634623179bb84496bc1bcb67e30
Depends-On: I70e20f86ca584e8ce88b616e611d17b4f245c525
This commit is contained in:
Hongbin Lu 2017-02-12 23:12:28 -06:00
parent 075d0671f6
commit 0e50401b6a
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
function gate_hook {{
cd /opt/stack/new/zun/
./devstack/gate_hook.sh {driver} {db}
./zun/tests/contrib/gate_hook.sh {driver} {db}
}}
export -f gate_hook
@ -81,7 +81,7 @@
function gate_hook {{
cd /opt/stack/new/zun/
./devstack/gate_hook.sh {driver} {db}
./zun/tests/contrib/gate_hook.sh {driver} {db}
}}
export -f gate_hook