Skip to content

Commit 1fae2a6

Browse files
authored
Merge pull request #134 from stackhpc/upstream/master-2025-06-23
Synchronise master with upstream
2 parents d137ca0 + 409cd98 commit 1fae2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudkitty/storage/v2/influx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
cfg.StrOpt('retention_policy', default='autogen',
4646
help='Retention policy to use'),
4747
cfg.StrOpt('host', help='InfluxDB host', default='localhost'),
48-
cfg.IntOpt('port', help='InfluxDB port', default=8086),
48+
cfg.PortOpt('port', help='InfluxDB port', default=8086),
4949
cfg.BoolOpt(
5050
'use_ssl',
5151
help='Set to true to use ssl for influxDB connection. '

0 commit comments

Comments
 (0)