Install python3-aodh in Fedora or RedHat > 7

Fedora repo [1] has python3 packages, start consuming those.

[1] http://trunk.rdoproject.org/fedora/puppet-passed-ci/

Change-Id: Ib877b11ecc5d365d7384dff50b608cb457111046
This commit is contained in:
Quique Llorente 2018-11-06 17:30:03 +01:00
parent af4aef4670
commit 5e3c133e23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
class aodh::params {
include ::openstacklib::defaults
if ($::os_package_type == 'debian') {
if ($::os_package_type == 'debian') or ($::os['name'] == 'Fedora') or
($::os['family'] == 'RedHat' and Integer.new($::os['release']['major']) > 7) {
$pyvers = '3'
} else {
$pyvers = ''