We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d137ca0 + 409cd98 commit 1fae2a6Copy full SHA for 1fae2a6
cloudkitty/storage/v2/influx.py
@@ -45,7 +45,7 @@
45
cfg.StrOpt('retention_policy', default='autogen',
46
help='Retention policy to use'),
47
cfg.StrOpt('host', help='InfluxDB host', default='localhost'),
48
- cfg.IntOpt('port', help='InfluxDB port', default=8086),
+ cfg.PortOpt('port', help='InfluxDB port', default=8086),
49
cfg.BoolOpt(
50
'use_ssl',
51
help='Set to true to use ssl for influxDB connection. '
0 commit comments