X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGenerateNodeConfFile.py;h=a121264978d0bd4cf42aa288eec1161bee2ceea9;hb=db42a908647b5116ecc3d63800fee6662d036914;hp=9689c04a85a4b07d033046eb502d05e2bb3dab4a;hpb=a54fc801d75b1d62be7633e01312b9118ba94723;p=plcapi.git diff --git a/PLC/Methods/GenerateNodeConfFile.py b/PLC/Methods/GenerateNodeConfFile.py index 9689c04..a121264 100644 --- a/PLC/Methods/GenerateNodeConfFile.py +++ b/PLC/Methods/GenerateNodeConfFile.py @@ -48,7 +48,7 @@ class GenerateNodeConfFile(Method): if node['site_id'] not in self.caller['site_ids']: raise PLCPermissionDenied, "Not allowed to generate a configuration file for that node" - # Get node networks for this node + # Get interfaces for this node primary = None interfaces = Interfaces(self.api, node['interface_ids']) for interface in interfaces: