← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1455141] [NEW] tox -egenconfig failure (no glance-search.conf)

 

Public bug reported:

I tried to generate the config samples but ended up with:

$ tox -e genconfig
[...]
genconfig runtests: commands[5] | oslo-config-generator --config-file etc/oslo-config-generator/glance-search.conf
Traceback (most recent call last):
  File ".tox/genconfig/bin/oslo-config-generator", line 11, in <module>
    sys.exit(main())
  File "/home/gpocentek/Workspace/OpenStack/glance/.tox/genconfig/local/lib/python2.7/site-packages/oslo_config/generator.py", line 331, in main
    conf(args, version=version)
  File "/home/gpocentek/Workspace/OpenStack/glance/.tox/genconfig/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 1853, in __call__
    raise ConfigFilesNotFoundError(self._namespace._files_not_found)
oslo_config.cfg.ConfigFilesNotFoundError: Failed to find some config files: /home/gpocentek/Workspace/OpenStack/glance/etc/oslo-config-generator/glance-search.conf


I couldn't find a reference to glance-search.conf in the git history.

This happens on master and stable/kilo.

** Affects: glance
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1455141

Title:
  tox -egenconfig failure (no glance-search.conf)

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  I tried to generate the config samples but ended up with:

  $ tox -e genconfig
  [...]
  genconfig runtests: commands[5] | oslo-config-generator --config-file etc/oslo-config-generator/glance-search.conf
  Traceback (most recent call last):
    File ".tox/genconfig/bin/oslo-config-generator", line 11, in <module>
      sys.exit(main())
    File "/home/gpocentek/Workspace/OpenStack/glance/.tox/genconfig/local/lib/python2.7/site-packages/oslo_config/generator.py", line 331, in main
      conf(args, version=version)
    File "/home/gpocentek/Workspace/OpenStack/glance/.tox/genconfig/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 1853, in __call__
      raise ConfigFilesNotFoundError(self._namespace._files_not_found)
  oslo_config.cfg.ConfigFilesNotFoundError: Failed to find some config files: /home/gpocentek/Workspace/OpenStack/glance/etc/oslo-config-generator/glance-search.conf

  
  I couldn't find a reference to glance-search.conf in the git history.

  This happens on master and stable/kilo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1455141/+subscriptions


Follow ups

References