From a8a5f0ee7682da1b801aecb2f430dc003c08ffa0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 23 Feb 2013 15:52:47 +0100 Subject: [PATCH] cosmetic / comment on standard accessors --- PLC/Accessors/Accessors_standard.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PLC/Accessors/Accessors_standard.py b/PLC/Accessors/Accessors_standard.py index 50690f4..6e0f491 100644 --- a/PLC/Accessors/Accessors_standard.py +++ b/PLC/Accessors/Accessors_standard.py @@ -18,8 +18,10 @@ current_module = sys.modules[__name__] # # These following accessors are mostly of interest for implementing the -# GetSliceFamily method, that takes into account the vref attribute, -# as well as the 3 attributes below, and the PLC_FLAVOUR config category +# The GetSliceFamily and GetNodeFlavour methods take into account various tags, +# esp. arch, fcdistro, pldistro, vref (for slices) and deployment (for nodes) +# as well as the global PLC_FLAVOUR config category +# in order to return all configuration details for a given node or slice ### slice vref define_accessors(current_module, Slice, "Vref", "vref", -- 2.43.0