This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mriedem@ubuntu:/opt/stack/tempest$ ./tools/config/check_uptodate.sh | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code | |
exec code in run_globals | |
File "/opt/stack/tempest/tempest/openstack/common/config/generator.py", line 307, in <module> | |
main() | |
File "/opt/stack/tempest/tempest/openstack/common/config/generator.py", line 304, in main | |
generate(sys.argv[1:]) | |
File "/opt/stack/tempest/tempest/openstack/common/config/generator.py", line 132, in generate | |
for group, opts in _list_opts(mod_obj): | |
File "/opt/stack/tempest/tempest/openstack/common/config/generator.py", line 196, in _list_opts | |
ret.setdefault(_guess_groups(opt, obj), []).append(opt) | |
File "/opt/stack/tempest/tempest/openstack/common/config/generator.py", line 176, in _guess_groups | |
% opt.name | |
RuntimeError: Unable to find group for option catalog_type, maybe it's defined twice in the same group? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment