2022-07-11 12:07:12.536 4436 1873600178304 MainThread CRITICAL nova [-] Unhandled error: TypeError: () takes 0 positional arguments but 1 was given 2022-07-11 12:07:12.536 4436 1873600178304 MainThread TRACE nova Traceback (most recent call last): 2022-07-11 12:07:12.536 4436 1873600178304 MainThread TRACE nova File "c:\python38\scripts\nova-compute-script.py", line 33, in 2022-07-11 12:07:12.536 4436 1873600178304 MainThread TRACE nova sys.exit(load_entry_point('nova', 'console_scripts', 'nova-compute')()) 2022-07-11 12:07:12.536 4436 1873600178304 MainThread TRACE nova File "c:\openstack\build\nova\nova\cmd\compute.py", line 51, in main 2022-07-11 12:07:12.536 4436 1873600178304 MainThread TRACE nova getattr(os_brick, 'setup', lambda: None)(CONF) 2022-07-11 12:07:12.536 4436 1873600178304 MainThread TRACE nova TypeError: () takes 0 positional arguments but 1 was given 2022-07-11 12:07:12.536 4436 1873600178304 MainThread TRACE nova