OpenStackID production deployment 2.0.1

* migrated from stmp to sendgrid api to send emails
* parametrized registration urls

Change-Id: I258ef22f2201b53e4e0ec872a873f07e0c921967
This commit is contained in:
smarcet 2019-04-30 09:29:49 -03:00
parent 66bf9c5cc4
commit 728ed674da
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class openstack_project::openstackid_prod (
$serveradmin = '',
$canonicalweburl = '',
$session_cookie_domain = '',
$release = '2.0.0',
$release = '2.0.1',
$app_url = '',
$app_key = '',
$email_driver = 'mail',