From: Thierry Parmentelat Date: Fri, 16 Jan 2009 14:11:15 +0000 (+0000) Subject: new config option SHORTNAME X-Git-Tag: MyPLC-4.3-2~4 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=8938423b4d5c1d31078486671475b7baaf85998d new config option SHORTNAME --- diff --git a/default_config.xml b/default_config.xml index 492e609..c61eca1 100644 --- a/default_config.xml +++ b/default_config.xml @@ -29,6 +29,14 @@ $Id$ PlanetLab Support). + + Shortame + Tlab + The short name of this PLC installation. It is + mostly used in the web interface when displaying local + objects. + + Slice Prefix pl diff --git a/plc-config-tty b/plc-config-tty index 1e45cdc..1e07481 100755 --- a/plc-config-tty +++ b/plc-config-tty @@ -35,6 +35,7 @@ def init_flavour (flavour): else: service="plc" usual_variables=("PLC_NAME", + "PLC_SHORTNAME", "PLC_SLICE_PREFIX", "PLC_ROOT_USER", "PLC_ROOT_PASSWORD",