Merge "Use distro_python_version in fernet-node-sync"
This commit is contained in:
commit
734892ea45
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Get data on the fernet tokens
|
||||
TOKEN_CHECK=$(/usr/bin/fetch_fernet_tokens.py -t {{ fernet_token_expiry }} -n {{ (groups['keystone'] | length) + 1 }})
|
||||
TOKEN_CHECK=$(/usr/bin/python{{ distro_python_version }} /usr/bin/fetch_fernet_tokens.py -t {{ fernet_token_expiry }} -n {{ (groups['keystone'] | length) + 1 }})
|
||||
|
||||
# Ensure the primary token exists and is not stale
|
||||
if $(echo "$TOKEN_CHECK" | grep -q '"update_required":"false"'); then
|
||||
|
Loading…
x
Reference in New Issue
Block a user