Bump openstackid production version to 1.0.4

This release contains the blowfish alogorithm update required for
authentication with newer user profiles.

Change-Id: Idec4e2dc4cff4c62004c2663728b4c209d1f2447
This commit is contained in:
Marton Kiss 2015-02-20 15:43:56 +01:00
parent 776e790919
commit 78d1143e74
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class openstack_project::openstackid_prod (
$ssl_cert_file_contents = '',
$ssl_key_file_contents = '',
$ssl_chain_file_contents = '',
$release = '1.0.3',
$release = '1.0.4',
) {
class { 'openstack_project::server':