Skip to content

Instantly share code, notes, and snippets.

@mriedem
Created June 24, 2014 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mriedem/8cb0925c722fe2318615 to your computer and use it in GitHub Desktop.
Save mriedem/8cb0925c722fe2318615 to your computer and use it in GitHub Desktop.
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