2022-09-25 11:23:02.313 828 2411548284528 MainThread DEBUG os_vif [-] Loaded VIF plugin class '' with name 'linux_bridge' initialize c:\python38\lib\site-packages\os_vif\__init__.py:44 2022-09-25 11:23:02.313 828 2411548284528 MainThread DEBUG os_vif [-] Loaded VIF plugin class '' with name 'noop' initialize c:\python38\lib\site-packages\os_vif\__init__.py:44 2022-09-25 11:23:02.313 828 2411548284528 MainThread DEBUG os_vif [-] Loaded VIF plugin class '' with name 'ovs' initialize c:\python38\lib\site-packages\os_vif\__init__.py:44 2022-09-25 11:23:02.313 828 2411548284528 MainThread INFO os_vif [-] Loaded VIF plugins: linux_bridge, noop, ovs 2022-09-25 11:23:03.708 828 2411548284528 MainThread INFO nova.virt.driver [req-59ab5670-fc79-4ab2-ac79-ad8fa37d01eb - - - - - -] Loading compute driver 'compute_hyperv.driver.HyperVDriver' 2022-09-25 11:23:04.185 828 2411548284528 MainThread CRITICAL nova [req-59ab5670-fc79-4ab2-ac79-ad8fa37d01eb - - - - - -] Unhandled error: File "c:\openstack\build\os-brick\os_brick\initiator\connectors\fibre_channel.py", line 264 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova Traceback (most recent call last): 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\python38\scripts\nova-compute-script.py", line 33, in 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova sys.exit(load_entry_point('nova', 'console_scripts', 'nova-compute')()) 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\nova\nova\cmd\compute.py", line 59, in main 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova server = service.Service.create(binary='nova-compute', 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\nova\nova\service.py", line 252, in create 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova service_obj = cls(host, binary, topic, manager, 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\nova\nova\service.py", line 116, in __init__ 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova self.manager = manager_class(host=self.host, *args, **kwargs) 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\nova\nova\compute\manager.py", line 676, in __init__ 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova self.driver = driver.load_compute_driver(self.virtapi, compute_driver) 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\nova\nova\virt\driver.py", line 1847, in load_compute_driver 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova driver = importutils.import_object( 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\python38\lib\site-packages\oslo_utils\importutils.py", line 44, in import_object 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova return import_class(import_str)(*args, **kwargs) 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\python38\lib\site-packages\oslo_utils\importutils.py", line 30, in import_class 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova __import__(mod_str) 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\nova\virt\compute_hyperv\driver.py", line 19, in 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova from compute_hyperv.nova import driver 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\driver.py", line 35, in 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova from compute_hyperv.nova import eventhandler 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\eventhandler.py", line 23, in 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova from compute_hyperv.nova import vmops 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\vmops.py", line 50, in 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova from compute_hyperv.nova import block_device_manager 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\block_device_manager.py", line 38, in 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova from compute_hyperv.nova import volumeops 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\volumeops.py", line 31, in 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova from os_brick.initiator import connector 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\connector.py", line 190, in 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova _set_aliases() 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\connector.py", line 187, in _set_aliases 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova globals()[_name] = importutils.import_class(item) 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\python38\lib\site-packages\oslo_utils\importutils.py", line 30, in import_class 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova __import__(mod_str) 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\connectors\fibre_channel.py", line 264 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova enable_broad_scan=True) 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova ^ 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova SyntaxError: invalid syntax 2022-09-25 11:23:04.185 828 2411548284528 MainThread TRACE nova