Comment 4 for bug 1516471

Revision history for this message
Pete MacKinnon (pmackinn) wrote :

Actually oslo_config should compute and search for the appropriate config files for you. For example, in the case of trove-taskmanager, it will take the program name ("trove-taskmanager"), prepend it with a dir based on the project name ("/etc/trove"), and append the ".conf" extension.

['/usr/share/trove/trove-dist.conf',
 None,
 '/etc/trove/trove.conf',
 '/etc/trove/trove-taskmanager.conf']

Thus, it shouldn't be necessary to specify the config file at all given a standard install. YMMV