Fix up client_package_name param
This was incorrectly set to python-keystone which is the python library for the server. The client package name is python-keystoneclient Change-Id: Idd7272dc1e11d69649e5db0fbefc98a581fff877
This commit is contained in:
parent
50cdfe9678
commit
4b4402aaca
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user