Merge "Fix section name in config file generation"

This commit is contained in:
Zuul
2019-05-14 13:51:58 +00:00
committed by Gerrit Code Review
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.