Skip to content
Snippets Groups Projects
Commit 72afbcec authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

Fix fernet-node-sync error catching

Backport: train stein rocky
Depends-On: https://review.opendev.org/701779
Related-Bug: #1859047
Change-Id: I09844e0807a93d9edd8d014276b0174d77a993a0
parent ac62b560
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -o errexit
set -o pipefail
# Get data on the fernet tokens
TOKEN_CHECK=$(/usr/bin/fetch_fernet_tokens.py -t {{ fernet_token_expiry }} -n {{ (groups['keystone'] | length) + 1 }})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment