needed for shipping proper yum config on nodes
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 2 Apr 2010 06:35:28 +0000 (06:35 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 2 Apr 2010 06:35:28 +0000 (06:35 +0000)
PLC/Methods/GetNodeFlavour.py

index f1e258d..c58830a 100644 (file)
@@ -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),
                  }