final names RetrieveSliceSliverKeys and RetrieveSlicePersonKeys
[plcapi.git] / PLC / Methods / GetPeerName.py
index ba5a5a7..30fbd94 100644 (file)
@@ -9,7 +9,7 @@ class GetPeerName (Method):
     Returns this peer's name, as defined in the config as PLC_NAME
     """
 
-    roles = ['admin', 'peer']
+    roles = ['admin', 'peer', 'node']
 
     accepts = [Auth()]