From 679b5867c0ff104ee29a72ec0f75c11d391d3922 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 14 Nov 2012 01:06:14 -0500 Subject: Removed remaining respawn code. The remaining codes, parameters, and messages related to respawn have been removed. Ticket #412 --- base/deploy/src/scriptlets/pkiscriptlet.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'base/deploy/src/scriptlets/pkiscriptlet.py') diff --git a/base/deploy/src/scriptlets/pkiscriptlet.py b/base/deploy/src/scriptlets/pkiscriptlet.py index 767b3c609..28706d01c 100644 --- a/base/deploy/src/scriptlets/pkiscriptlet.py +++ b/base/deploy/src/scriptlets/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