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:
parent
fd10a99377
commit
1298374998
4
.gitignore
vendored
4
.gitignore
vendored
@ -57,5 +57,5 @@ publish-docs/
|
||||
.*.swp
|
||||
.bak
|
||||
|
||||
# Policy sample
|
||||
etc/trove/policy.yaml.sample
|
||||
# Config sample and policy sample
|
||||
etc/trove/*.sample
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user