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:
Sam Morrison 2016-06-21 13:48:18 +10:00
parent 50cdfe9678
commit 4b4402aaca
1 changed files with 1 additions and 1 deletions

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'