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/instance_layout.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'base/server/src/scriptlets/instance_layout.py') diff --git a/base/server/src/scriptlets/instance_layout.py b/base/server/src/scriptlets/instance_layout.py index 843227a84..07ae03e9a 100644 --- a/base/server/src/scriptlets/instance_layout.py +++ b/base/server/src/scriptlets/instance_layout.py @@ -144,11 +144,6 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet): master['pki_instance_logs_link']) return self.rv - def respawn(self): - config.pki_log.info(log.INSTANCE_RESPAWN_1, __name__, - extra=config.PKI_INDENTATION_LEVEL_1) - return self.rv - def destroy(self): config.pki_log.info(log.INSTANCE_DESTROY_1, __name__, extra=config.PKI_INDENTATION_LEVEL_1) -- cgit