Declare redis 2.8.4 on openstackid-dev

We're upgrading openstackid-dev.openstack.org to Ubuntu 14.04 LTS,
and so need to adjust the redis version passed to the openstackid
module for it.

Change-Id: I1de428679017a8b7a13d06c8ce072ff0e625bbcf
This commit is contained in:
Jeremy Stanley 2016-03-30 23:18:51 +00:00
parent 11d676c384
commit 9e9dd6c3ce

View File

@ -29,7 +29,7 @@ class openstack_project::openstackid_dev (
$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 = '',