From 1c79f1372a14b9573282c653065253bcf65b734e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 26 Jun 2013 09:28:57 +0200 Subject: [PATCH] rename GetSliceSshKeys into RetrieveSliceSshKeys --- PLC/Methods/{GetSliceSshKeys.py => RetrieveSliceSshKeys.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename PLC/Methods/{GetSliceSshKeys.py => RetrieveSliceSshKeys.py} (98%) 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. -- 2.43.0