Add missing help kwarg to oslo option in influx storage
The "help" kwarg was not named, leading to unexpected behavior. Change-Id: I536d35dcb42095079990ff19b3f57652341aa8dd
This commit is contained in:
parent
c4758e78b4
commit
884977fbcf
@ -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
|
||||
),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user