Merge "Fix fernet-node-sync error catching"

This commit is contained in:
Zuul 2020-01-14 10:31:09 +00:00 committed by Gerrit Code Review
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 }})