From b1e5b59a0a51cc0b8eb40f74cefdd8e99840220c Mon Sep 17 00:00:00 2001 From: smarcet Date: Mon, 24 Feb 2020 10:19:06 -0300 Subject: [PATCH] Removed stale config variables removed all config variables related to ss integration Change-Id: Id57bbf6329a0aac9904fd317ce0e1d8628993aa3 Signed-off-by: smarcet Depends-on: https://review.opendev.org/#/c/709529 --- README.md | 5 ----- manifests/init.pp | 8 -------- 2 files changed, 13 deletions(-) diff --git a/README.md b/README.md index b95d7ce..b8d169b 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,6 @@ authentication for third party applications. id_mysql_user => 'openstackid', id_mysql_password => 'password', id_db_name => 'openstackid', - # membership database - ss_mysql_host => 'localhost', - ss_mysql_user => 'openstackid', - ss_mysql_password => 'password', - ss_db_name => '$ss_db_name', # redis settings redis_port => '6378', redis_host => '127.0.0.1', diff --git a/manifests/init.pp b/manifests/init.pp index ba7770c..5b3c27b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -23,10 +23,6 @@ class openstackid ( $id_mysql_user = '', $id_mysql_password = '', $id_db_name = '', - $ss_mysql_host = '', - $ss_mysql_user = '', - $ss_mysql_password = '', - $ss_db_name = '', $redis_port = '', $redis_host = '', $redis_db = 0, @@ -96,10 +92,6 @@ class openstackid ( $mysql_ssl_client_cert_file_contents = '', $mysql_ssl_cypher = 'DHE-RSA-AES256-SHA', $php_version = 5, - $lost_password_url = '', - $registration_url = '', - $registration_mobile_url = '', - $resend_verification_url = '', $queue_driver = 'database', $queue_conn = 'openstackid', $mail_from_email = 'no-reply@openstack.org',