Also use the virtualenv for checking
There is a script we use to check the results of the nodepool devstack tests. It needs to use the nodepool virtualenv. Change-Id: I40f5165d36060643943bcb91df14e5e34cd5e3fa
This commit is contained in:
parent
657f8ca40b
commit
362f0a0cd2
@ -1,8 +1,9 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
NODEPOOL_INSTALL=${NODEPOOL_INSTALL:-/opt/stack/new/nodepool-venv}
|
||||
NODEPOOL_CONFIG=${NODEPOOL_CONFIG:-/etc/nodepool/nodepool.yaml}
|
||||
NODEPOOL_SECURE=${NODEPOOL_SECURE:-/etc/nodepool/secure.conf}
|
||||
NODEPOOL="nodepool -c $NODEPOOL_CONFIG -s $NODEPOOL_SECURE"
|
||||
NODEPOOL="$NODEPOOL_INSTALL/bin/nodepool -c $NODEPOOL_CONFIG -s $NODEPOOL_SECURE"
|
||||
|
||||
function waitforimage {
|
||||
name=$1
|
||||
|
Loading…
x
Reference in New Issue
Block a user