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:
Monty Taylor
2016-08-26 15:17:43 -05:00
parent 657f8ca40b
commit 362f0a0cd2

View File

@@ -1,8 +1,9 @@
#!/bin/bash -x #!/bin/bash -x
NODEPOOL_INSTALL=${NODEPOOL_INSTALL:-/opt/stack/new/nodepool-venv}
NODEPOOL_CONFIG=${NODEPOOL_CONFIG:-/etc/nodepool/nodepool.yaml} NODEPOOL_CONFIG=${NODEPOOL_CONFIG:-/etc/nodepool/nodepool.yaml}
NODEPOOL_SECURE=${NODEPOOL_SECURE:-/etc/nodepool/secure.conf} 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 { function waitforimage {
name=$1 name=$1