Merge "Add config file to generate separate middleware config file"

This commit is contained in:
Zuul 2025-03-28 12:12:49 +00:00 committed by Gerrit Code Review
commit 54fea78343
3 changed files with 10 additions and 0 deletions

3
.gitignore vendored
View File

@ -59,3 +59,6 @@ target/
# Files created by releasenotes build
releasenotes/build
# Files created by oslo-config-generator
etc/swift/ceilometer.conf

View File

@ -0,0 +1,4 @@
[DEFAULT]
output_file = etc/swift/ceilometer.conf
wrap_width = 79
namespace = oslo.messaging

View File

@ -50,3 +50,6 @@ show-source = True
# W503 line break before binary operator
ignore = W503
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[testenv:genconfig]
commands = oslo-config-generator --config-file=etc/swift/ceilometer-config-generator.conf