From: Thierry Parmentelat Date: Fri, 2 Apr 2010 06:35:28 +0000 (+0000) Subject: needed for shipping proper yum config on nodes X-Git-Tag: PLCAPI-5.0-5~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=227e479036f11e33331d070a79c23cf64ddbb277;p=plcapi.git needed for shipping proper yum config on nodes --- diff --git a/PLC/Methods/GetNodeFlavour.py b/PLC/Methods/GetNodeFlavour.py index f1e258dc..c58830a9 100644 --- a/PLC/Methods/GetNodeFlavour.py +++ b/PLC/Methods/GetNodeFlavour.py @@ -73,6 +73,7 @@ class GetNodeFlavour(Method): # xxx could use some sanity checking, and could provide fallbacks return { 'nodefamily' : self.nodefamily(auth,node_id, fcdistro, arch), + 'fcdistro' : fcdistro, 'extensions' : self.extensions(auth,node_id, fcdistro, arch), 'plain' : self.plain(auth,node_id), }