2022-08-25 03:19:18.864 1328 2999902006960 MainThread INFO neutron.common.config [-] Logging enabled! 2022-08-25 03:19:18.864 1328 2999902006960 MainThread INFO neutron.common.config [-] c:\python38\scripts\neutron-hyperv-agent version 20.1.0.dev521 2022-08-25 03:19:18.864 1328 2999902006960 MainThread DEBUG neutron.common.config [-] command line: c:\python38\scripts\neutron-hyperv-agent --config-file c:\openstack\etc\neutron-hyperv-agent.conf setup_logging c:\openstack\build\neutron\neutron\common\config.py:123 2022-08-25 03:19:18.964 1328 2999902006960 MainThread INFO os_win.utils.network.networkutils [req-730ee5cb-8bae-455d-8f1a-dc91db7891dc - - - - - -] WMI caching is disabled. 2022-08-25 03:19:18.995 1328 2999902006960 MainThread ERROR networking_hyperv.neutron.agent.layer2 [req-730ee5cb-8bae-455d-8f1a-dc91db7891dc - - - - - -] Validating vSwitch br-data failed: networking_hyperv.neutron.exception.ValidationError: vSwitch not found: br-data. 2022-08-25 03:19:18.995 1328 2999902006960 MainThread CRITICAL neutron [req-730ee5cb-8bae-455d-8f1a-dc91db7891dc - - - - - -] Unhandled error: networking_hyperv.neutron.exception.ValidationError: Validating one or more configured vSwitches failed. 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron Traceback (most recent call last): 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron File "c:\python38\scripts\neutron-hyperv-agent-script.py", line 33, in 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron sys.exit(load_entry_point('networking-hyperv', 'console_scripts', 'neutron-hyperv-agent')()) 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 298, in main 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron hyperv_agent = HyperVNeutronAgent() 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 83, in __init__ 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron super(HyperVNeutronAgent, self).__init__() 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 74, in __init__ 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron self._setup() 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 116, in _setup 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron super(HyperVNeutronAgent, self)._setup() 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 87, in _setup 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron self._validate_vswitches() 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 164, in _validate_vswitches 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron raise exception.ValidationError(err_msg) 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron networking_hyperv.neutron.exception.ValidationError: Validating one or more configured vSwitches failed. 2022-08-25 03:19:18.995 1328 2999902006960 MainThread TRACE neutron