Manually pass secure.conf to nodepool command

This is for when we move our zookeeper information into secure.conf.

Change-Id: Ic68661933edd0738118c58c6a6c38e1c4afb0a04
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-03-22 22:13:11 -04:00
parent 017053a93a
commit 1cbd015aff
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ STATUS=$2
VENV=/opt/venv/nodepool
$VENV/bin/nodepool dib-image-list | awk '{print $2,$10;}' | grep $IMAGE | grep $STATUS
$VENV/bin/nodepool -s /etc/nodepool/secure.conf dib-image-list | awk '{print $2,$10;}' | grep $IMAGE | grep $STATUS