Update enviroment id on openstackid production
formerly its was set to "dev", changed to the right id "production". Depends-On: Iba74a5f6f8a08f73d73bc0ca2d499ea215cf8c8a Change-Id: Ide1fa8132bde92724aea2a62fe1e17fae324fc09
This commit is contained in:
parent
50882bce32
commit
f7ae87c072
@ -35,7 +35,7 @@ class openstack_project::openstackid_prod (
|
||||
$id_recaptcha_template = '',
|
||||
$id_log_error_to_email = '',
|
||||
$id_log_error_from_email = '',
|
||||
$id_environment = 'dev',
|
||||
$id_environment = 'production',
|
||||
$ssl_cert_file_contents = '',
|
||||
$ssl_key_file_contents = '',
|
||||
$ssl_chain_file_contents = '',
|
||||
|
Loading…
Reference in New Issue
Block a user