Add configuration file
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
e5d4cfc3f6
commit
804f133d33
11
etc/grafyaml.conf
Normal file
11
etc/grafyaml.conf
Normal file
@ -0,0 +1,11 @@
|
||||
[DEFAULT]
|
||||
|
||||
#
|
||||
# From grafyaml
|
||||
#
|
||||
|
||||
# URL for grafana server. (string value)
|
||||
#url = http://grafana.example.org
|
||||
|
||||
# API key for access grafana. (string value)
|
||||
#apikey =
|
2
tox.ini
2
tox.ini
@ -14,7 +14,7 @@ commands = python setup.py test --slowest --testr-args='{posargs}'
|
||||
|
||||
[testenv:genconfig]
|
||||
commands =
|
||||
oslo-config-generator --namespace=grafyaml --config-file=etc/grafyaml/grafyaml.conf
|
||||
oslo-config-generator --namespace grafyaml --output-file etc/grafyaml.conf
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
|
Loading…
x
Reference in New Issue
Block a user