[OVN] Read the necessary configuration options in the OVN agent load

It is needed to load the configuarion options read in
``register_core_common_config_opts``, that loads "base_mac", missing
since a previous commit.

Closes-Bug: #2025466
Change-Id: Ifd3a2a2e2009880a97a3dae1032670b720cbe52f
This commit is contained in:
Rodolfo Alonso Hernandez 2023-06-28 02:20:49 +00:00
parent dec4435c9d
commit b92d133de6
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ LOG = logging.getLogger(__name__)
def main():
logging.register_options(cfg.CONF)
common_config.register_cli_script_opts()
common_config.register_core_common_config_opts()
config_ovn_agent.register_opts()
config.init(sys.argv[1:])