summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiscriptlet.py
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-14 01:06:14 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-22 02:11:20 -0500
commit679b5867c0ff104ee29a72ec0f75c11d391d3922 (patch)
tree54c29d1e83b85274cd565ed705b09152c82cbb97 /base/deploy/src/scriptlets/pkiscriptlet.py
parentc4ed6767a9be80d4bec53de16ae566e2660f09b2 (diff)
Removed remaining respawn code.
The remaining codes, parameters, and messages related to respawn have been removed. Ticket #412
Diffstat (limited to 'base/deploy/src/scriptlets/pkiscriptlet.py')
-rw-r--r--base/deploy/src/scriptlets/pkiscriptlet.py6
1 files changed, 0 insertions, 6 deletions
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
@@ -34,12 +34,6 @@ class AbstractBasePkiScriptlet(object):
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
use it to destroy an existing PKI instance."""