Establish a feature flag for indirect host counting feature (#15759)

* add feature flag for indirect node counting

* fix name of flag
This commit is contained in:
jessicamack 2025-01-21 14:00:57 -05:00 committed by GitHub
parent c43dfde45a
commit 4eed454ed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1061,4 +1061,4 @@ ANSIBLE_BASE_ALLOW_SINGLETON_ROLES_API = False # Do not allow creating user-def
SYSTEM_USERNAME = None
# feature flags
FLAGS = {}
FLAGS = {'FEATURE_INDIRECT_NODE_COUNTING_ENABLED': [{'condition': 'boolean', 'value': False}]}