diff --git a/cloudkitty/storage/v2/influx.py b/cloudkitty/storage/v2/influx.py index e8483fb6..3f286d1f 100644 --- a/cloudkitty/storage/v2/influx.py +++ b/cloudkitty/storage/v2/influx.py @@ -57,7 +57,7 @@ influx_storage_opts = [ ), cfg.StrOpt( 'cacert', - 'Path of the CA certificate to trust for HTTPS connections', + help='Path of the CA certificate to trust for HTTPS connections', default=None ), ]