2021-08-31 11:56:16.838 4412 2144424057848 MainThread INFO neutron.common.config [-] Logging enabled! 2021-08-31 11:56:16.838 4412 2144424057848 MainThread INFO neutron.common.config [-] c:\python37\scripts\neutron-hyperv-agent version 18.1.0.dev568 2021-08-31 11:56:16.838 4412 2144424057848 MainThread DEBUG neutron.common.config [-] command line: c:\python37\scripts\neutron-hyperv-agent --config-file c:\openstack\etc\neutron-hyperv-agent.conf setup_logging c:\openstack\build\neutron\neutron\common\config.py:112 2021-08-31 11:56:16.883 4412 2144424057848 MainThread INFO os_win.utils.network.networkutils [req-cf98f0ec-ad74-4f2d-9862-0b20cd5ec373 - - - - -] WMI caching is disabled. 2021-08-31 11:56:16.950 4412 2144424057848 MainThread ERROR networking_hyperv.neutron.agent.layer2 [req-cf98f0ec-ad74-4f2d-9862-0b20cd5ec373 - - - - -] Validating vSwitch br-data failed: networking_hyperv.neutron.exception.ValidationError: vSwitch not found: br-data. 2021-08-31 11:56:16.960 4412 2144424057848 MainThread CRITICAL neutron [req-cf98f0ec-ad74-4f2d-9862-0b20cd5ec373 - - - - -] Unhandled error: networking_hyperv.neutron.exception.ValidationError: Validating one or more configured vSwitches failed. 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron Traceback (most recent call last): 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron File "c:\python37\scripts\neutron-hyperv-agent-script.py", line 33, in 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron sys.exit(load_entry_point('networking-hyperv', 'console_scripts', 'neutron-hyperv-agent')()) 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 297, in main 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron hyperv_agent = HyperVNeutronAgent() 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 83, in __init__ 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron super(HyperVNeutronAgent, self).__init__() 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 74, in __init__ 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron self._setup() 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\hyperv_neutron_agent.py", line 116, in _setup 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron super(HyperVNeutronAgent, self)._setup() 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 87, in _setup 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron self._validate_vswitches() 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron File "c:\openstack\build\networking-hyperv\networking_hyperv\neutron\agent\layer2.py", line 164, in _validate_vswitches 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron raise exception.ValidationError(err_msg) 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron networking_hyperv.neutron.exception.ValidationError: Validating one or more configured vSwitches failed. 2021-08-31 11:56:16.960 4412 2144424057848 MainThread TRACE neutron