From 53dbf8e66ad83c2d5f06279a0d7446e5e8be68e8 Mon Sep 17 00:00:00 2001 From: Jakub Dudycz Date: Mon, 23 Jul 2018 14:51:00 +0200 Subject: Configure xnf simulator api listen port Closes ONAP-664 Closes ONAP-647 Change-Id: I8d1e57c0c66f1968925660fe47fa96a2a634c039 Signed-off-by: Jakub Dudycz Issue-ID: DCAEGEN2-601 --- .../dcae/collectors/veshv/utils/commandline/CommandLineOption.kt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'hv-collector-utils') diff --git a/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt b/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt index a654868e..1d94dc30 100644 --- a/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt +++ b/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt @@ -47,7 +47,7 @@ enum class CommandLineOption(val option: Option) { .desc("Interval of consul configuration requests in seconds") .build() ), - VES_HV_PORT(Option.builder("p") + VES_HV_PORT(Option.builder("v") .longOpt("ves-port") .required() .hasArg() @@ -61,12 +61,6 @@ enum class CommandLineOption(val option: Option) { .desc("VesHvCollector host") .build() ), - MESSAGES_TO_SEND_AMOUNT(Option.builder("m") - .longOpt("messages") - .hasArg() - .desc("Amount of messages to send") - .build() - ), KAFKA_SERVERS(Option.builder("s") .longOpt("kafka-bootstrap-servers") .required() -- cgit 1.2.3-korg