From: Thierry Parmentelat Date: Wed, 26 Jun 2013 07:28:57 +0000 (+0200) Subject: rename GetSliceSshKeys into RetrieveSliceSshKeys X-Git-Tag: plcapi-5.2-4~5 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=1c79f1372a14b9573282c653065253bcf65b734e rename GetSliceSshKeys into RetrieveSliceSshKeys --- 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.