From 4313448e986c0b61fe6764db135ec6c6b99be399 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 17 Dec 2024 18:40:05 +0900 Subject: [PATCH] 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 --- packstack/modules/puppet.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/packstack/modules/puppet.py b/packstack/modules/puppet.py index ae7f260fa..83b38a70c 100644 --- a/packstack/modules/puppet.py +++ b/packstack/modules/puppet.py @@ -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|'