rename GetSliceSshKeys into RetrieveSliceSshKeys
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 26 Jun 2013 07:28:57 +0000 (09:28 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 26 Jun 2013 07:28:57 +0000 (09:28 +0200)
PLC/Methods/RetrieveSliceSshKeys.py [moved from PLC/Methods/GetSliceSshKeys.py with 98% similarity]

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.