Fix import of devstack functions for common CI script
Commit [1] moved common logic for CI hooks to separate file, but it depends on some devstack functions, that should be "sourced" in this common file. So, this common file works in manila hooks, because they import devstack functions separately, but it will not work if some other scripts use it and do not import devstack functions. [1] I94514405628ab8337d1f4153e431f064614e3596 Change-Id: I919fea046e556d601a7680ea9bac16c1a9b7343c Closes-Bug: #1519028
This commit is contained in:
parent
66e6a3acf9
commit
037ba11389
@ -6,6 +6,9 @@ export MANILA_TEMPEST_COMMIT="c43c8f91" # 05 Nov, 2015
|
||||
|
||||
# Functions
|
||||
|
||||
# Import devstack functions
|
||||
source $BASE/new/devstack/functions
|
||||
|
||||
function manila_check_service_vm_availability {
|
||||
# First argument is expected to be IP address of a service VM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user