You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 102, in <module>
File "<stdin>", line 94, in _ansiballz_main
File "<stdin>", line 40, in invoke_module
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 210, in run_module
return _run_module_code(code, init_globals, run_name, mod_spec)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 97, in _run_module_code
_run_code(code, mod_globals, init_globals,
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/folders/1b/ygqhxjg14_n4pgzh9p4t85tm0000gp/T/ansible_openstack.cloud.project_payload_e26ycasd/ansible_openstack.cloud.project_payload.zip/ansible_collections/openstack/cloud/plugins/modules/project.py", line 220, in <module>
File "/var/folders/1b/ygqhxjg14_n4pgzh9p4t85tm0000gp/T/ansible_openstack.cloud.project_payload_e26ycasd/ansible_openstack.cloud.project_payload.zip/ansible_collections/openstack/cloud/plugins/modules/project.py", line 216, in main
File "/var/folders/1b/ygqhxjg14_n4pgzh9p4t85tm0000gp/T/ansible_openstack.cloud.project_payload_e26ycasd/ansible_openstack.cloud.project_payload.zip/ansible_collections/openstack/cloud/plugins/module_utils/openstack.py", line 406, in __call__
File "/var/folders/1b/ygqhxjg14_n4pgzh9p4t85tm0000gp/T/ansible_openstack.cloud.project_payload_e26ycasd/ansible_openstack.cloud.project_payload.zip/ansible_collections/openstack/cloud/plugins/modules/project.py", line 173, in run
File "/Users/radd/Projects/infra2/decorator-error/lib/python3.9/site-packages/openstack/cloud/_identity.py", line 110, in get_project
return _utils._get_entity(self, 'project', name_or_id, filters,
File "/Users/radd/Projects/infra2/decorator-error/lib/python3.9/site-packages/openstack/cloud/_utils.py", line 204, in _get_entity
entities = search(name_or_id, filters, **kwargs)
File "/Users/radd/Projects/infra2/decorator-error/lib/python3.9/site-packages/openstack/cloud/_identity.py", line 91, in search_projects
return self.list_projects(
File "/Users/radd/Projects/infra2/decorator-error/lib/python3.9/site-packages/openstack/cloud/_utils.py", line 412, in _cache_decorator
wtf = the_method(*args, **kwargs)
File "/Users/radd/Projects/infra2/decorator-error/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/radd/Projects/infra2/decorator-error/lib/python3.9/site-packages/dogpile/cache/region.py", line 1584, in get_or_create_for_user_func
key = key_generator(*arg, **kw)
File "/Users/radd/Projects/infra2/decorator-error/lib/python3.9/site-packages/openstack/cloud/openstackcloud.py", line 334, in generate_key
arg_key = ','.join(args)
TypeError: sequence item 2: expected str instance, NoneType found
The text was updated successfully, but these errors were encountered:
Hello,
Using
openstacksdk
to manage our infrastructure, we have noticed it does not work as expected with versions 5.x.Here you can find the decorator that breaks: https://github.com/openstack/openstacksdk/blob/master/openstack/cloud/_utils.py#L387
For this function: https://github.com/openstack/openstacksdk/blob/master/openstack/cloud/_identity.py#L35
And this is the error we are getting:
The text was updated successfully, but these errors were encountered: