diff --git a/tdp/cli/commands/plan/reconfigure.py b/tdp/cli/commands/plan/reconfigure.py index e1378eb4..8672f7a8 100644 --- a/tdp/cli/commands/plan/reconfigure.py +++ b/tdp/cli/commands/plan/reconfigure.py @@ -39,7 +39,7 @@ def reconfigure( deployment = DeploymentModel.from_stale_hosted_entities( collections=collections, stale_hosted_entity_statuses=dao.get_hosted_entity_statuses( - filter_stale=True + filter_stale=True, filter_active=True ), rolling_interval=rolling_interval, )