Review requests

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/81947/head
Abhijeet Kasurde 2 weeks ago
parent 40ce495886
commit c2579023fc

@ -271,11 +271,9 @@ MAGIC_VARIABLE_MAPPING = dict(
)
# INITALIZE CONFIG MANAGER
config = ConfigManager()
# we always initalize these constants as others depend on them for basic config templating.
# we always initialize these constants as others depend on them for basic config templating.
for c in __INITIALIZE:
# NOTE: We should create a dep system to avoid hardcoded list, previouslly relied on order in base.yml
# NOTE: We should create a dep system to avoid a hardcoded list,
# previously relied on the order in base.yml.
# now relies on order in hardcoded constant in this file.
__getattr__(c)

Loading…
Cancel
Save