From 8938423b4d5c1d31078486671475b7baaf85998d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 16 Jan 2009 14:11:15 +0000 Subject: [PATCH] new config option SHORTNAME --- default_config.xml | 8 ++++++++ plc-config-tty | 1 + 2 files changed, 9 insertions(+) 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", -- 2.43.0