summaryrefslogtreecommitdiff
path: root/lorry-controller
diff options
context:
space:
mode:
Diffstat (limited to 'lorry-controller')
-rwxr-xr-xlorry-controller2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry-controller b/lorry-controller
index 985945f..73b7a0b 100755
--- a/lorry-controller
+++ b/lorry-controller
@@ -91,7 +91,7 @@ class LorryController(cliapp.Application):
for dead_lorry in prev_lorries - cur_lorries:
logging.info("Dead lorry: %s" % dead_lorry)
conf_uuid = mgr.lorry_state[dead_lorry]['conf']
- should_delete = self.conf.configs[conf_uuid]['delete']
+ should_delete = self.conf.configs[conf_uuid]['destroy']
# TODO: also handle 'unchanged'
if should_delete == "always":
logging.warning("TODO: Delete from Trove")