Add the oslo.config entry point so that these options can be discovered by oslo-config-generator. Add a simple tox env to generate a sample config file with the available options. This file may be placed in /etc/nova/conf.d to inject these options into the nova services. Change-Id: I05b564418f3b9334e6a8033b52f165b8bab2eabf Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
38 lines
307 B
Plaintext
38 lines
307 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# vim files
|
|
.*sw[op]
|
|
.*~
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
.stestr/
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
etc/blazar-nova.conf.sample
|