From: Thierry Parmentelat Date: Wed, 23 Nov 2011 17:56:43 +0000 (+0100) Subject: cleanup, should not need to set password nor sfa database details anymore X-Git-Tag: tests-5.0-31~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=7e091116edb3263daceb18ef3ae3467999184722;p=tests.git cleanup, should not need to set password nor sfa database details anymore --- diff --git a/system/config_default.py b/system/config_default.py index 002dfa2..96c1ec9 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -274,7 +274,7 @@ def plc (options,index) : 'PLC_MAIL_ENABLED':'false', 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@inria.fr', 'PLC_DB_HOST' : 'deferred-myplc-hostname', - 'PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', +# 'PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', 'PLC_API_HOST' : 'deferred-myplc-hostname', 'PLC_WWW_HOST' : 'deferred-myplc-hostname', 'PLC_BOOT_HOST' : 'deferred-myplc-hostname', @@ -309,10 +309,10 @@ def sfa (options,index) : 'SFA_PLC_PASSWORD' : 'test++', 'SFA_DB_HOST':'deferred-myplc-hostname', 'SFA_DB_USER' : 'pgsqluser', - 'SFA_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', - # the default settings come with 'sfa' as the dbname - # temporary until we get the initscript to create that one - 'SFA_DB_NAME' : 'planetlab5', +# 'SFA_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', +# the default settings come with 'sfa' as the dbname +# temporary until we get the initscript to create that one +# 'SFA_DB_NAME' : 'sfa', 'SFA_API_DEBUG': True, # details of the slices to create 'sfa_slice_specs' : [ sfa_slice_spec(options,index,rspec_style)