Merge "Fix up client_package_name param"

This commit is contained in:
Jenkins 2016-06-21 10:43:43 +00:00 committed by Gerrit Code Review
commit 174d257981

View File

@ -2,7 +2,7 @@
# This class contains the platform differences for keystone
#
class keystone::params {
$client_package_name = 'python-keystone'
$client_package_name = 'python-keystoneclient'
$keystone_user = 'keystone'
$keystone_group = 'keystone'
$keystone_wsgi_admin_script_path = '/usr/bin/keystone-wsgi-admin'