Declare redis 2.8.4 on openstackid.org
We're upgrading openstackid.org to Ubuntu 14.04 LTS, and so need to adjust the redis version passed to the openstackid module for it. This matches what's already in use for openstackid-dev.openstack.org and Puppet is currently disabled on the real openstackid.org by UUID while we build its replacement. Change-Id: I8b628446736e296aa6028c8e2ec848f2db8c4373
This commit is contained in:
parent
3f8493eb25
commit
10013f46e5
@ -29,7 +29,7 @@ class openstack_project::openstackid_prod (
|
||||
$redis_max_memory = '1gb',
|
||||
$redis_bind = '127.0.0.1',
|
||||
$redis_password = '',
|
||||
$redis_version = '2.2.12',
|
||||
$redis_version = '2.8.4',
|
||||
$id_recaptcha_public_key = '',
|
||||
$id_recaptcha_private_key = '',
|
||||
$id_recaptcha_template = '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user