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:
Luka Peschke 2018-12-13 17:14:57 +01:00
parent c4758e78b4
commit 884977fbcf
1 changed files with 1 additions and 1 deletions

View File

@ -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
),
]