Upgrade openstackid to 1.0.6

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

Change-Id: I722446fa503d6112ac582a18d88f1928c00939c6
This commit is contained in:
Marton Kiss 2015-03-13 16:56:26 +01:00
parent 5ab1ede05f
commit 9cb097e509

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.5',
$release = '1.0.6',
) {
class { 'openstack_project::server':