From a6e094ac61ed2ec25bfc4deec882fcff4202c027 Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Wed, 3 Apr 2013 11:15:22 -0400 Subject: Remove the respawn logic in deploy scripts. Remove all the declarations, definitions and invocations of respawn() method in the deploment scripts. Remove the -u update option in pkispawn script. Ticket #542 --- base/server/src/engine/pkiscriptlet.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'base/server/src/engine/pkiscriptlet.py') diff --git a/base/server/src/engine/pkiscriptlet.py b/base/server/src/engine/pkiscriptlet.py index 767b3c609..28706d01c 100644 --- a/base/server/src/engine/pkiscriptlet.py +++ b/base/server/src/engine/pkiscriptlet.py @@ -33,12 +33,6 @@ class AbstractBasePkiScriptlet(object): use it to install a new PKI instance.""" return - @abc.abstractmethod - def respawn(self): - """Retrieve data from the specified PKI dictionary and - use it to update an existing PKI instance.""" - return - @abc.abstractmethod def destroy(self): """Retrieve data from the specified PKI dictionary and -- cgit