Remove error log pattern for swift3 installation

The package name for RHEL was fixed by [1]. Also swift3 support was
removed by [2].

[1] e6ba75a1618c580e48cb9830898194cdbf38c13e
[2] d4ec1b631faa00aed2a939dcf2c76217024537ff

Change-Id: I462da9e4e387cc43b6dfd0ae7b677e06b38e0e3d
This commit is contained in:
Takashi Kajinami 2024-12-17 18:40:05 +09:00
parent fb7aada21c
commit 4313448e98

View File

@ -37,9 +37,6 @@ re_ignore = re.compile(
# Puppet preloads a database_grant provider which fails if /root/.my.cnf
# is missing, this is ok because it will be retried later if needed
'Could not prefetch database_grant provider.*?\\.my\\.cnf|'
# Swift Puppet module tries to install swift-plugin-s3, there is no such
# package on RHEL, fixed in the upstream puppet module
'yum.*?install swift-plugin-s3|'
# facter gives a weird NM error when it's disabled, due to
# https://tickets.puppetlabs.com/browse/FACT-697
'NetworkManager is not running|'