Skip to content

Commit 409cd98

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Use PortOpt for port option"
2 parents ab97bb5 + c346ad0 commit 409cd98

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)