Skip to content

Commit

Permalink
Register DEFAULT group on agent start
Browse files Browse the repository at this point in the history
From upstream commit 4d3a2747 fixing bug (#1968606), registration of the
group DEFAULT does not happen automatically anymore.

If not loaded, agent fails with 'oslo_config.cfg.NoSuchOptError:
no such option api_extensions_path in group [DEFAULT]'
  • Loading branch information
sven-rosenzweig committed Nov 12, 2024
1 parent 64fc1f7 commit 9035ee7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@


def register_options():
common_config.register_common_config_options()
config.register_agent_state_opts_helper(cfg.CONF)


Expand Down

0 comments on commit 9035ee7

Please sign in to comment.