Install python3-cradox and redis in Fedora

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

[1] http://trunk.rdoproject.org/fedora/stable-base/latest/Packages

Change-Id: Ice1d08f99bc2fe2eb79947209a683d79ffc2b251
This commit is contained in:
yatin 2018-12-11 12:03:57 +05:30
parent 5b71943d64
commit e490035c71
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ class gnocchi::params {
$gnocchi_wsgi_script_path = '/var/www/cgi-bin/gnocchi'
$gnocchi_wsgi_script_source = '/usr/bin/gnocchi-api'
$pymysql_package_name = undef
$cradox_package_name = 'python2-cradox'
$redis_package_name = 'python-redis'
$cradox_package_name = "python${pyvers}-cradox"
$redis_package_name = "python${pyvers}-redis"
}
'Debian': {
if $::os_package_type == 'debian' {