Skip to content

Commit

Permalink
Establish a feature flag for indirect host counting feature (#15759)
Browse files Browse the repository at this point in the history
* add feature flag for indirect node counting

* fix name of flag
  • Loading branch information
jessicamack authored Jan 21, 2025
1 parent c43dfde commit 4eed454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,4 +1061,4 @@
SYSTEM_USERNAME = None

# feature flags
FLAGS = {}
FLAGS = {'FEATURE_INDIRECT_NODE_COUNTING_ENABLED': [{'condition': 'boolean', 'value': False}]}

0 comments on commit 4eed454

Please sign in to comment.