Merge "Drop validation for CentOS<=6 and Fedora <=14"

This commit is contained in:
Zuul 2020-04-09 22:41:46 +00:00 committed by Gerrit Code Review
commit a58598620a
1 changed files with 0 additions and 6 deletions

View File

@ -32,12 +32,6 @@ define openstacklib::db::postgresql (
$privileges = 'ALL',
){
if ((($::operatingsystem == 'RedHat' or $::operatingsystem == 'CentOS') and (versioncmp($::operatingsystemmajrelease, '6') <= 0))
or ($::operatingsystem == 'Fedora' and (versioncmp($::operatingsystemmajrelease, '14') <= 0))) {
warning("The system packages handling the postgresql infrastructure for OpenStack \
are out of date and should not be relied on for database migrations.")
}
postgresql::server::db { $dbname:
user => $user,
password => $password_hash,