Merge "Fix fernet-node-sync error catching"
This commit is contained in:
commit
61266a63e3
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
# Get data on the fernet tokens
|
||||
TOKEN_CHECK=$(/usr/bin/python{{ distro_python_version }} /usr/bin/fetch_fernet_tokens.py -t {{ fernet_token_expiry }} -n {{ (groups['keystone'] | length) + 1 }})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user