Add configuration file

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-05-06 15:40:12 -04:00
parent e5d4cfc3f6
commit 804f133d33
2 changed files with 12 additions and 1 deletions

11
etc/grafyaml.conf Normal file
View 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 =

View File

@ -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