Merge "Fix section name in config file generation"
This commit is contained in:
@@ -67,7 +67,7 @@ _opts = [
|
|||||||
cloudkitty.config.state_opts))),
|
cloudkitty.config.state_opts))),
|
||||||
('storage', list(itertools.chain(
|
('storage', list(itertools.chain(
|
||||||
cloudkitty.storage.storage_opts))),
|
cloudkitty.storage.storage_opts))),
|
||||||
('storage_influx', list(itertools.chain(
|
('storage_influxdb', list(itertools.chain(
|
||||||
cloudkitty.storage.v2.influx.influx_storage_opts))),
|
cloudkitty.storage.v2.influx.influx_storage_opts))),
|
||||||
('storage_gnocchi', list(itertools.chain(
|
('storage_gnocchi', list(itertools.chain(
|
||||||
cloudkitty.storage.v1.hybrid.backends.gnocchi.gnocchi_storage_opts))),
|
cloudkitty.storage.v1.hybrid.backends.gnocchi.gnocchi_storage_opts))),
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ This backend has no specific options. It uses the ``connection`` option of the
|
|||||||
InfluxDB (v2)
|
InfluxDB (v2)
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Section: ``storage_influx``.
|
Section: ``storage_influxdb``.
|
||||||
|
|
||||||
* ``username``: InfluxDB username.
|
* ``username``: InfluxDB username.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user