2021-06-29 20:46:51.802 4216 2499114366408 MainThread DEBUG os_vif [-] Loaded VIF plugin class '' with name 'linux_bridge' initialize c:\python37\lib\site-packages\os_vif\__init__.py:46 2021-06-29 20:46:51.802 4216 2499114366408 MainThread DEBUG os_vif [-] Loaded VIF plugin class '' with name 'noop' initialize c:\python37\lib\site-packages\os_vif\__init__.py:46 2021-06-29 20:46:51.802 4216 2499114366408 MainThread DEBUG os_vif [-] Loaded VIF plugin class '' with name 'ovs' initialize c:\python37\lib\site-packages\os_vif\__init__.py:46 2021-06-29 20:46:51.802 4216 2499114366408 MainThread INFO os_vif [-] Loaded VIF plugins: linux_bridge, noop, ovs 2021-06-29 20:46:53.187 4216 2499114366408 MainThread INFO nova.virt.driver [req-dbb61026-8a04-489f-a14b-c5b7725774dc - - - - -] Loading compute driver 'compute_hyperv.driver.HyperVDriver' 2021-06-29 20:46:53.709 4216 2499114366408 MainThread CRITICAL nova [req-dbb61026-8a04-489f-a14b-c5b7725774dc - - - - -] Unhandled error: TypeError: retry() got an unexpected keyword argument 'exceptions' 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova Traceback (most recent call last): 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\python37\scripts\nova-compute-script.py", line 33, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova sys.exit(load_entry_point('nova', 'console_scripts', 'nova-compute')()) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\nova\nova\cmd\compute.py", line 59, in main 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova topic=compute_rpcapi.RPC_TOPIC) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\nova\nova\service.py", line 256, in create 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova periodic_interval_max=periodic_interval_max) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\nova\nova\service.py", line 116, in __init__ 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova self.manager = manager_class(host=self.host, *args, **kwargs) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\nova\nova\compute\manager.py", line 580, in __init__ 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova self.driver = driver.load_compute_driver(self.virtapi, compute_driver) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\nova\nova\virt\driver.py", line 1817, in load_compute_driver 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova virtapi) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\python37\lib\site-packages\oslo_utils\importutils.py", line 44, in import_object 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova return import_class(import_str)(*args, **kwargs) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\python37\lib\site-packages\oslo_utils\importutils.py", line 30, in import_class 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova __import__(mod_str) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\nova\virt\compute_hyperv\driver.py", line 19, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova from compute_hyperv.nova import driver 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\driver.py", line 35, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova from compute_hyperv.nova import eventhandler 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\eventhandler.py", line 23, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova from compute_hyperv.nova import vmops 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\vmops.py", line 50, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova from compute_hyperv.nova import block_device_manager 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\block_device_manager.py", line 38, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova from compute_hyperv.nova import volumeops 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\compute-hyperv\compute_hyperv\nova\volumeops.py", line 31, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova from os_brick.initiator import connector 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\connector.py", line 190, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova _set_aliases() 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\connector.py", line 187, in _set_aliases 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova globals()[_name] = importutils.import_class(item) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\python37\lib\site-packages\oslo_utils\importutils.py", line 30, in import_class 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova __import__(mod_str) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\connectors\iscsi.py", line 34, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova from os_brick.initiator.connectors import base 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\connectors\base.py", line 26, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova from os_brick.initiator import linuxscsi 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\linuxscsi.py", line 42, in 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova class LinuxSCSI(executor.Executor): 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova File "c:\openstack\build\os-brick\os_brick\initiator\linuxscsi.py", line 390, in LinuxSCSI 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova @utils.retry(exceptions=exception.VolumeDeviceNotFound) 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova TypeError: retry() got an unexpected keyword argument 'exceptions' 2021-06-29 20:46:53.709 4216 2499114366408 MainThread TRACE nova