OpenstackId v3.0.18

* updated user rest api for CRUD
* improved session managing ( iframe)
* fixed admin UI issues
* fixed CORS issues ( upgraded middleware)
* bug fixing

Change-Id: I1344b5a5b0df8c24ec4e13ab2aae0dcf5339b6ae
Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
smarcet 2021-01-26 17:16:27 -03:00
parent bde4db4e42
commit 1ff4ccadaa
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class openstack_project::openstackid_prod (
$serveradmin = '',
$canonicalweburl = '',
$session_cookie_domain = '',
$release = '3.0.17',
$release = '3.0.18',
$app_url = '',
$app_key = '',
$email_driver = 'mail',