Fix section name in config file generation

This changes the wrong "storage_influx" section name
to "storage_influxdb".

Change-Id: I34895da263b03943acadacbcbce11f05a38f7136
This commit is contained in:
Luka Peschke 2019-05-14 14:03:44 +02:00
parent 8243e18d78
commit b70b7484dd
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ _opts = [
cloudkitty.config.state_opts))),
('storage', list(itertools.chain(
cloudkitty.storage.storage_opts))),
('storage_influx', list(itertools.chain(
('storage_influxdb', list(itertools.chain(
cloudkitty.storage.v2.influx.influx_storage_opts))),
('storage_gnocchi', list(itertools.chain(
cloudkitty.storage.v1.hybrid.backends.gnocchi.gnocchi_storage_opts))),

View File

@ -45,7 +45,7 @@ This backend has no specific options. It uses the ``connection`` option of the
InfluxDB (v2)
-------------
Section: ``storage_influx``.
Section: ``storage_influxdb``.
* ``username``: InfluxDB username.