Fix help text for [kafka]url option

The "url" is for the kafka cluster, not the zookeeper cluster.

Change-Id: I29c898b4e39fd25f54572248c0cf8638afcc7f92
This commit is contained in:
Thomas Bechtold 2019-01-25 10:46:37 +01:00
parent 1d680f1739
commit e20131f177
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ kafka_opts = [
bounds=False,
default=_DEFAULT_URL, required=True,
help='List of addresses (with ports) pointing '
'at zookeeper cluster.'),
'at Kafka cluster.'),
cfg.StrOpt(name='group', default=_DEFAULT_GROUP,
required=True, advanced=True,
help='Consumer\'s group for monasca-notification client.'),