X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FRetrieveSliceSshKeys.py;fp=PLC%2FMethods%2FGetSliceSshKeys.py;h=b472ca58c77d2e18a8b56d33db1451d0cf633a97;hb=1c79f1372a14b9573282c653065253bcf65b734e;hp=60617c11c63bbb0ca33b534f20f5d8c7c6fd732c;hpb=c04a378ce0b9e940b949b7b30838a46ecdd821e1;p=plcapi.git diff --git a/PLC/Methods/GetSliceSshKeys.py b/PLC/Methods/RetrieveSliceSshKeys.py similarity index 98% rename from PLC/Methods/GetSliceSshKeys.py rename to PLC/Methods/RetrieveSliceSshKeys.py index 60617c1..b472ca5 100644 --- a/PLC/Methods/GetSliceSshKeys.py +++ b/PLC/Methods/RetrieveSliceSshKeys.py @@ -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.