2022-01-25 02:10:04.932 3648 1836783443104 MainThread INFO neutron.common.config [-] Logging enabled! 2022-01-25 02:10:04.932 3648 1836783443104 MainThread INFO neutron.common.config [-] c:\python38\scripts\neutron-hyperv-agent version 19.1.0.dev425 2022-01-25 02:10:04.941 3648 1836783443104 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:112 2022-01-25 02:10:04.959 3648 1836783443104 MainThread INFO os_win.utils.network.networkutils [req-24c9c8bf-4c74-45ed-9e2c-8ca56a530fb3 - - - - -] WMI caching is disabled. 2022-01-25 02:10:05.001 3648 1836783443104 MainThread ERROR networking_hyperv.neutron.agent.layer2 [req-24c9c8bf-4c74-45ed-9e2c-8ca56a530fb3 - - - - -] Validating vSwitch br-data failed: networking_hyperv.neutron.exception.ValidationError: vSwitch not found: br-data. 2022-01-25 02:10:05.001 3648 1836783443104 MainThread CRITICAL neutron [req-24c9c8bf-4c74-45ed-9e2c-8ca56a530fb3 - - - - -] Unhandled error: networking_hyperv.neutron.exception.ValidationError: Validating one or more configured vSwitches failed. 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron Traceback (most recent call last): 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron File "c:\python38\scripts\neutron-hyperv-agent-script.py", line 33, in 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron sys.exit(load_entry_point('networking-hyperv', 'console_scripts', 'neutron-hyperv-agent')()) 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 297, in main 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron hyperv_agent = HyperVNeutronAgent() 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 83, in __init__ 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron super(HyperVNeutronAgent, self).__init__() 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 74, in __init__ 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron self._setup() 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 116, in _setup 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron super(HyperVNeutronAgent, self)._setup() 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 87, in _setup 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron self._validate_vswitches() 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 164, in _validate_vswitches 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron raise exception.ValidationError(err_msg) 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron networking_hyperv.neutron.exception.ValidationError: Validating one or more configured vSwitches failed. 2022-01-25 02:10:05.001 3648 1836783443104 MainThread TRACE neutron