From: Anil-Kumar Vengalil Date: Wed, 30 Dec 2009 21:15:58 +0000 (+0000) Subject: Looks like that in the recent release of util-vserver, these variables cannot be... X-Git-Tag: sfa-0.9-7~70 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=1c8efd5f2f2865cd6bdfa0dfe50d798f9ab65342 Looks like that in the recent release of util-vserver, these variables cannot be left as localhost, rather has to be set to the hostname --- diff --git a/config/sfa-config-tty b/config/sfa-config-tty index 2e0e1ed9..cfe41987 100755 --- a/config/sfa-config-tty +++ b/config/sfa-config-tty @@ -48,11 +48,15 @@ all_variables = ["SFA_REGISTRY_ROOT_AUTH", ] usual_variables = ["SFA_REGISTRY_ROOT_AUTH", "SFA_REGISTRY_LEVEL1_AUTH", + "SFA_REGISTRY_HOST", + "SFA_AGGREGATE_HOST", + "SFA_SM_HOST", "SFA_PLC_USER", "SFA_PLC_PASSWORD", "SFA_PLC_DB_HOST", "SFA_PLC_DB_USER", "SFA_PLC_DB_PASSWORD", + "SFA_PLC_URL", ] @@ -190,7 +194,6 @@ def mainloop (default_config, config_file): except KeyboardInterrupt: print "\nBye" sys.exit() - if (answer == "") or (answer in "?hH"): print mainloop_usage continue