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:
Jeremy Stanley 2016-04-04 20:20:09 +00:00
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 = '',