rename GetSliceSshKeys into RetrieveSliceSshKeys
[plcapi.git] / PLC / Methods / RetrieveSliceSshKeys.py
similarity index 98%
rename from PLC/Methods/GetSliceSshKeys.py
rename to PLC/Methods/RetrieveSliceSshKeys.py
index 60617c1..b472ca5 100644 (file)
@@ -8,7 +8,7 @@ from PLC.Nodes import Node, Nodes
 from PLC.SliceTags import SliceTag, SliceTags
 from PLC.Slices import Slice, Slices 
 
-class GetSliceSshKeys(Method):
+class RetrieveSliceSshKeys(Method):
     """
     This method exposes the public ssh keys for a slice's slivers.
     It expects a slice name or id, and returns a dictionary on hostnames.