Comment 17 for bug 1895723

Revision history for this message
joel waddell (maasmaaster) wrote :

update, saw that 5 mins after my post that there was an update to the keystone-startup.sh. I pulled and picked up the change and ran deploy again. Still having issue where keystone container is restarting with same error message from logs. I had to add an extra 0 at the end of 249200

```
if [ "${TOKEN_AGE}" -gt "2592000" ]; then
    echo "ERROR: Primary token ${TOKEN_PRIMARY} is stale."
    exit 1
fi
```