Skip to content

Commit 1a87ed1

Browse files
mnasiadkayoctozepto
authored andcommitted
CI: check-logs - add another exception
It was seen in [1] and some other occassions, possibly neutron was trying to fetch token while keystone was being upgraded. [1]: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_ec2/665117/12/check/kolla-ansible-ubuntu-source-upgrade/ec2fc04/primary/logs/kolla/all-CRITICAL.txt Change-Id: If8c569e1f7815520c84627671e3cbf275bed8ff9 (cherry picked from commit 661ca4d)
1 parent 145e64d commit 1a87ed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/check-logs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function filter_out_expected_critical {
3030
# Sometimes we see this during shutdown (upgrade).
3131
# See: https://bugs.launchpad.net/neutron/+bug/1863579
3232
grep -v "WSREP has not yet prepared node for application use"
33+
grep -v "Failed to fetch token data from identity server"
3334
;;
3435
*)
3536
# We have to provide some pass-through consumer to avoid:

0 commit comments

Comments
 (0)