Openstackid Production Release rollback to 1.0.13

Currently openstackid does not authenticate for
translate/translate-dev/refstack.openstack.org homepages.

The last commit (https://review.openstack.org/#/c/293573)
changed openstackid version from 1.0.13 to 1.0.14 on production.
After the commit, it seems not to authenticate some homepages.

So this commit rollbacks openstackid production release
from 1.0.14 to 1.0.13 as a temporary solution.

Change-Id: I3251857c7bc266fa855be539881545011ed42c6e
This commit is contained in:
Ian Y. Choi
2016-03-17 21:43:41 +09:00
parent d41b3bd5e9
commit e619b17da2

View File

@@ -39,7 +39,7 @@ class openstack_project::openstackid_prod (
$ssl_cert_file_contents = '',
$ssl_key_file_contents = '',
$ssl_chain_file_contents = '',
$release = '1.0.14',
$release = '1.0.13',
$app_url = '',
$app_key = '',
$email_driver = 'mail',