From 1c8efd5f2f2865cd6bdfa0dfe50d798f9ab65342 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Wed, 30 Dec 2009 21:15:58 +0000 Subject: [PATCH] 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 --- config/sfa-config-tty | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0