Upgrade openstackid to 1.0.5

v1.0.5 contains the following important fix:
- fix on nonce colission generation
https://review.openstack.org/#/c/163814/

Change-Id: I2d3e5ff6a4ea2dc41acbd50fb5dfce9de81daec3
This commit is contained in:
Marton Kiss 2015-03-12 14:48:34 +01:00
parent 0441e7c7f0
commit 5ab1ede05f
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.4',
$release = '1.0.5',
) {
class { 'openstack_project::server':