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/scriptlets/security_databases.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'base/server/src/scriptlets/security_databases.py') diff --git a/base/server/src/scriptlets/security_databases.py b/base/server/src/scriptlets/security_databases.py index 9ac4784e5..029b8ebef 100644 --- a/base/server/src/scriptlets/security_databases.py +++ b/base/server/src/scriptlets/security_databases.py @@ -96,11 +96,6 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet): util.file.delete(master['pki_shared_pfile']) return self.rv - def respawn(self): - config.pki_log.info(log.SECURITY_DATABASES_RESPAWN_1, __name__, - extra=config.PKI_INDENTATION_LEVEL_1) - return self.rv - def destroy(self): config.pki_log.info(log.SECURITY_DATABASES_DESTROY_1, __name__, extra=config.PKI_INDENTATION_LEVEL_1) -- cgit