From 62244c2aa7ec5c8c858c70e329bd18e2f6c9ee0c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 8 Dec 2006 08:42:14 +0000 Subject: [PATCH] adds in the set of "usual" variables : PLC_MAIL_ENABLED and PLC_SLICE_PREFIX --- plc-config-tty | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plc-config-tty b/plc-config-tty index b31e022..c46ae57 100755 --- a/plc-config-tty +++ b/plc-config-tty @@ -20,8 +20,8 @@ import getopt from plc_config import PLCConfiguration #################### -release_id = "$Id: plc-config-tty,v 1.7 2006/08/18 09:31:55 thierry Exp $" -release_rev = "$Revision: 1.7 $" +release_id = "$Id: plc-config-tty,v 1.8 2006/08/18 14:34:45 thierry Exp $" +release_rev = "$Revision: 1.8 $" def init_flavour (flavour): global service @@ -34,15 +34,18 @@ def init_flavour (flavour): else: service="plc" common_variables=("PLC_NAME", + "PLC_SLICE_PREFIX", "PLC_ROOT_USER", "PLC_ROOT_PASSWORD", + "PLC_MAIL_ENABLED", "PLC_MAIL_SUPPORT_ADDRESS", "PLC_DB_HOST", "PLC_API_HOST", "PLC_WWW_HOST", "PLC_BOOT_HOST", "PLC_NET_DNS1", - "PLC_NET_DNS2") + "PLC_NET_DNS2", + ) config_dir = "/etc/planetlab" global def_default_config def_default_config= "%s/default_config.xml" % config_dir -- 2.43.0