Fix missing oslo.db options

This ensures that the options from the oslo.db library are picked up
by oslo-config-generator.

Also, update .gitignore so that the sample config file is ignored by
git.

Change-Id: I6ab051fd1c8034d9697b1caab9c1fda64a3275c3
This commit is contained in:
Takashi Kajinami 2024-02-26 01:43:06 +09:00
parent fd10a99377
commit 1298374998
2 changed files with 3 additions and 2 deletions

4
.gitignore vendored
View File

@ -57,5 +57,5 @@ publish-docs/
.*.swp
.bak
# Policy sample
etc/trove/policy.yaml.sample
# Config sample and policy sample
etc/trove/*.sample

View File

@ -2,6 +2,7 @@
output_file = etc/trove/trove.conf.sample
wrap_width = 79
namespace = trove.config
namespace = oslo.db
namespace = oslo.messaging
namespace = oslo.middleware
namespace = oslo.log