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:
Sebastian Marcet 2016-03-22 08:39:15 -03:00 committed by James E. Blair
parent 50882bce32
commit f7ae87c072

View File

@ -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 = '',